mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
13 lines
311 B
Bash
Executable File
13 lines
311 B
Bash
Executable File
cd ../../pandemonium_engine/bin/
|
|
|
|
rm -Rf Godot.app
|
|
rm -f Godot.app.zip
|
|
|
|
cp -r ../misc/dist/osx_tools.app Godot.app
|
|
mkdir -p Godot.app/Contents/MacOS
|
|
cp godot.osx.opt.tools.universal Godot.app/Contents/MacOS/Godot
|
|
chmod +x Godot.app/Contents/MacOS/Godot
|
|
|
|
zip -q -r Godot.app.zip Godot.app/*
|
|
cd ../../tools/osx/
|