mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
12 lines
338 B
Bash
Executable File
12 lines
338 B
Bash
Executable File
cd ../../bin/
|
|
|
|
rm -Rf Pandemonium.app
|
|
rm -f Pandemonium.app.zip
|
|
|
|
cp -r ../misc/dist/osx_tools.app Pandemonium.app
|
|
mkdir -p Pandemonium.app/Contents/MacOS
|
|
cp pandemonium.osx.opt.tools.universal Pandemonium.app/Contents/MacOS/Pandemonium
|
|
chmod +x Pandemonium.app/Contents/MacOS/Pandemonium
|
|
|
|
zip -q -r Pandemonium.app.zip Pandemonium.app/*
|