the final step

This commit is contained in:
tildearrow 2024-06-18 16:35:49 -05:00
parent f40d6ad353
commit 7ac18efdae

View file

@ -240,23 +240,20 @@ jobs:
cp -v -r ../po/locale Furnace.app/Contents/Resources/locale cp -v -r ../po/locale Furnace.app/Contents/Resources/locale
cp -v ../res/icon.icns Furnace.app/Contents/Resources cp -v ../res/icon.icns Furnace.app/Contents/Resources
echo "this is the bundle:" codesign --deep -f -s - Furnace.app
find Furnace.app
codesign -vvv --deep -f -s - Furnace.app
echo "making dirs" echo "making dirs"
mkdir new mkdir new
echo "copying" echo "copying"
cp -v -r Furnace.app new/Furnace.app cp -v -r Furnace.app new/Furnace.app
ln -s /Applications new/Applications
echo "synchronizing" echo "synchronizing"
sync sync
echo "copying extra stuff" echo "copying extra stuff"
cp -v ../LICENSE new/LICENSE.txt cp -v ../LICENSE new/LICENSE.txt
cp -v ../res/releaseReadme/stable-mac.txt new/README 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 ../demos new/demos
cp -v -r ../instruments new/instruments cp -v -r ../instruments new/instruments
cp -v -r ../wavetables new/wavetables cp -v -r ../wavetables new/wavetables