2019-11-20 13:38:23 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64
|
|
|
|
|
2020-01-19 01:14:09 +01:00
|
|
|
export LD_LIBRARY_PATH=`pwd`/engine/bin/
|
2020-08-16 18:20:56 +02:00
|
|
|
./engine/bin/run.godot.x11.opt.tools.64 -v
|