aboutsummaryrefslogtreecommitdiff
path: root/misc/dist/appimage/AppRun
diff options
context:
space:
mode:
authorHugo Locurcio2018-06-24 00:15:55 +0200
committerHugo Locurcio2018-06-24 00:15:55 +0200
commit8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e (patch)
tree7078dc3bc961c4422b0f61a3ec5f75967beb7a6f /misc/dist/appimage/AppRun
parent25275de50e31aa081cdefe0c8b3b76b6389cb6a6 (diff)
downloadgodot-8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e.tar.gz
godot-8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e.tar.zst
godot-8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e.zip
Remove the old AppImage structure
These files did not serve a real purpose since `icon.png` can be used as the AppImage icon, and a .desktop file can be found at `misc/dist/linux/godot.desktop` with the same contents.
Diffstat (limited to 'misc/dist/appimage/AppRun')
-rwxr-xr-xmisc/dist/appimage/AppRun3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/dist/appimage/AppRun b/misc/dist/appimage/AppRun
deleted file mode 100755
index db3398a92..000000000
--- a/misc/dist/appimage/AppRun
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-HERE="$(dirname "$(readlink -f "${0}")")"
-"${HERE}"/godot $@