diff options
| author | Hugo Locurcio | 2018-06-24 00:15:55 +0200 |
|---|---|---|
| committer | Hugo Locurcio | 2018-06-24 00:15:55 +0200 |
| commit | 8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e (patch) | |
| tree | 7078dc3bc961c4422b0f61a3ec5f75967beb7a6f /misc/dist/appimage/AppRun | |
| parent | 25275de50e31aa081cdefe0c8b3b76b6389cb6a6 (diff) | |
| download | godot-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-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 db3398a92..000000000 --- a/misc/dist/appimage/AppRun +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -HERE="$(dirname "$(readlink -f "${0}")")" -"${HERE}"/godot $@ |
