mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
11 lines
210 B
Bash
Executable File
11 lines
210 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=./engine/bin
|
|
cd ./engine/bin
|
|
|
|
export LD_LIBRARY_PATH=.
|
|
./run.godot.x11.opt.tools.64 -v
|