mirror of
https://github.com/Relintai/the_tower.git
synced 2024-11-12 10:25:06 +01:00
13 lines
299 B
Bash
Executable File
13 lines
299 B
Bash
Executable File
cd ../../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/
|