godot/misc/dist/appimage/AppRun
2017-03-04 17:38:29 +01:00

4 lines
71 B
Bash
Executable file

#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
"${HERE}"/godot $@