From 7ac18efdaec49042f1e6b64bf013c34dbb948fab Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 18 Jun 2024 16:35:49 -0500 Subject: [PATCH] the final step --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c83072f0..892f38a4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -240,23 +240,20 @@ jobs: cp -v -r ../po/locale Furnace.app/Contents/Resources/locale cp -v ../res/icon.icns Furnace.app/Contents/Resources - echo "this is the bundle:" - find Furnace.app - - codesign -vvv --deep -f -s - Furnace.app + codesign --deep -f -s - Furnace.app echo "making dirs" mkdir new echo "copying" cp -v -r Furnace.app new/Furnace.app + ln -s /Applications new/Applications echo "synchronizing" sync echo "copying extra stuff" cp -v ../LICENSE new/LICENSE.txt cp -v ../res/releaseReadme/stable-mac.txt new/README - cp -v -r ../po/locale new/locale cp -v -r ../demos new/demos cp -v -r ../instruments new/instruments cp -v -r ../wavetables new/wavetables