Remove -v flag from the game editor script.

This commit is contained in:
Relintai 2021-04-27 18:04:42 +02:00
parent 364d181e35
commit d3d61d34b3

2
ged.sh
View File

@ -3,4 +3,4 @@
cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64
export LD_LIBRARY_PATH=`pwd`/engine/bin/
./engine/bin/run.godot.x11.opt.tools.64 -v -e --path ./game/
./engine/bin/run.godot.x11.opt.tools.64 -e --path ./game/