2019-12-19 15:39:59 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
cp -u ./engine/bin/godot.x11.opt.tools.64 ./engine/bin/run.godot.x11.opt.tools.64
|
|
|
|
|
2020-07-08 23:25:40 +02:00
|
|
|
export LD_LIBRARY_PATH=`pwd`/engine/bin/
|
2019-12-19 15:39:59 +01:00
|
|
|
./engine/bin/run.godot.x11.opt.tools.64 -v
|