Fix errors / update the osx scripts.

This commit is contained in:
Relintai 2022-03-25 09:41:40 +01:00
parent 089b16f281
commit 056bd35257
2 changed files with 7 additions and 10 deletions

View File

@ -1,12 +1,11 @@
cd ../../bin/ cd ../../bin/
rm -Rf Godot.app rm -Rf Pandemonium.app
rm -f Godot.app.zip rm -f Pandemonium.app.zip
cp -r ../misc/dist/osx_tools.app Godot.app cp -r ../misc/dist/osx_tools.app Pandemonium.app
mkdir -p Godot.app/Contents/MacOS mkdir -p Pandemonium.app/Contents/MacOS
cp pandemonium.osx.opt.tools.universal Godot.app/Contents/MacOS/Godot cp pandemonium.osx.opt.tools.universal Pandemonium.app/Contents/MacOS/Pandemonium
chmod +x Godot.app/Contents/MacOS/Godot chmod +x Pandemonium.app/Contents/MacOS/Pandemonium
zip -q -r Godot.app.zip Godot.app/* zip -q -r Pandemonium.app.zip Pandemonium.app/*
cd ../../tools/osx/

View File

@ -8,5 +8,3 @@ cp pandemonium.osx.opt.universal osx_template.app/Contents/MacOS/pandemonium_osx
cp pandemonium.osx.opt.debug.universal osx_template.app/Contents/MacOS/pandemonium_osx_debug.64 cp pandemonium.osx.opt.debug.universal osx_template.app/Contents/MacOS/pandemonium_osx_debug.64
chmod +x osx_template.app/Contents/MacOS/pandemonium_osx* chmod +x osx_template.app/Contents/MacOS/pandemonium_osx*
zip -q -9 -r osx.zip osx_template.app zip -q -9 -r osx.zip osx_template.app
cd ../../tools/osx