mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Better logic for the create editor app script.
This commit is contained in:
parent
dd12b1a293
commit
ad78491e59
@ -1,9 +1,12 @@
|
|||||||
rm -Rf ../../engine/bin/Godot.app
|
cd ../../engine/bin/
|
||||||
cp -r ../../engine/misc/dist/osx_tools.app ../../engine/bin/Godot.app
|
|
||||||
mkdir -p ../../engine/bin/Godot.app/Contents/MacOS
|
|
||||||
cp ../../engine/bin/godot.osx.opt.tools.universal ../../engine/bin/Godot.app/Contents/MacOS/Godot
|
|
||||||
chmod +x ../../engine/bin/Godot.app/Contents/MacOS/Godot
|
|
||||||
|
|
||||||
#cd ../../engine/bin/
|
rm -Rf Godot.app
|
||||||
#zip -q -r Godot.app.zip Godot.app/*
|
rm -f Godot.app.zip
|
||||||
#cd ../../tools/osx/
|
|
||||||
|
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user