mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
13 lines
398 B
Bash
Executable File
13 lines
398 B
Bash
Executable File
#templates
|
|
|
|
cd ../../pandemonium_engine/bin
|
|
|
|
cp -r ../misc/dist/osx_template.app .
|
|
mkdir -p osx_template.app/Contents/MacOS
|
|
cp godot.osx.opt.universal osx_template.app/Contents/MacOS/godot_osx_release.64
|
|
cp godot.osx.opt.debug.universal osx_template.app/Contents/MacOS/godot_osx_debug.64
|
|
chmod +x osx_template.app/Contents/MacOS/godot_osx*
|
|
zip -q -9 -r osx.zip osx_template.app
|
|
|
|
cd ../../tools/osx
|