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