mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-25 14:19:19 +01:00
Renamed the create app script.
This commit is contained in:
parent
2c31f387b4
commit
dd12b1a293
@ -1,17 +0,0 @@
|
|||||||
rm -Rf ../../engine/bin/Godot.app
|
|
||||||
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/
|
|
||||||
zip -q -r Godot.app.zip Godot.app/*
|
|
||||||
cd ../../tools/osx/
|
|
||||||
|
|
||||||
#templates
|
|
||||||
#cp -r misc/dist/osx_template.app .
|
|
||||||
#mkdir -p osx_template.app/Contents/MacOS
|
|
||||||
#cp bin/godot.osx.opt.universal osx_template.app/Contents/MacOS/godot_osx_release.64
|
|
||||||
#cp bin/godot.osx.opt.debug.universal osx_template.app/Contents/MacOS/godot_osx_debug.64
|
|
||||||
#chmod +x osx_template.app/Contents/MacOS/godot_osx*
|
|
||||||
#zip -q -9 -r osx.zip osx_template.app
|
|
||||||
|
|
9
tools/osx/create_editor_app.sh
Executable file
9
tools/osx/create_editor_app.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
rm -Rf ../../engine/bin/Godot.app
|
||||||
|
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/
|
||||||
|
#zip -q -r Godot.app.zip Godot.app/*
|
||||||
|
#cd ../../tools/osx/
|
Loading…
Reference in New Issue
Block a user