mirror of
https://github.com/Relintai/the_tower.git
synced 2024-11-08 10:12:09 +01:00
7 lines
195 B
Bash
7 lines
195 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
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 --path ./game/
|