diff options
Diffstat (limited to 'misc/dist/appimage/AppRun')
-rwxr-xr-x | misc/dist/appimage/AppRun | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/dist/appimage/AppRun b/misc/dist/appimage/AppRun new file mode 100755 index 0000000000..db3398a92a --- /dev/null +++ b/misc/dist/appimage/AppRun @@ -0,0 +1,3 @@ +#!/bin/sh +HERE="$(dirname "$(readlink -f "${0}")")" +"${HERE}"/godot $@ |