Remove -v flag from the quick editor launch script.

This commit is contained in:
Relintai 2021-07-12 01:04:24 +02:00
parent c622f20e18
commit d59adcea17

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/