mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-08 05:32:10 +01:00
7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
#!/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/
|