mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
13 lines
299 B
Bash
13 lines
299 B
Bash
|
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/
|