mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Fix errors / update the osx scripts.
This commit is contained in:
parent
089b16f281
commit
056bd35257
@ -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/
|
|
||||||
|
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user