mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-22 02:17:18 +01:00
13 lines
428 B
Bash
Executable File
13 lines
428 B
Bash
Executable File
#templates
|
|
|
|
cd ../../pandemonium_engine/bin
|
|
|
|
cp -r ../misc/dist/osx_template.app .
|
|
mkdir -p osx_template.app/Contents/MacOS
|
|
cp pandemonium.osx.opt.universal osx_template.app/Contents/MacOS/pandemonium_osx_release.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*
|
|
zip -q -9 -r osx.zip osx_template.app
|
|
|
|
cd ../../tools/osx
|