diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-06-25 15:27:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 15:27:32 +0200 |
commit | 682c2f249369e18724ffbe1c2c7ba617c05fb379 (patch) | |
tree | 7232bdfba1970b72b9cc2b1ec394ee5466fca543 /misc/dist | |
parent | 25f1833890a643e07d31f5160917c46ec5665e9e (diff) | |
parent | 8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e (diff) |
Merge pull request #19743 from Calinou/remove-appimage-structure
Remove the old AppImage structure
Diffstat (limited to 'misc/dist')
-rwxr-xr-x | misc/dist/appimage/AppRun | 3 | ||||
-rw-r--r-- | misc/dist/appimage/godot.desktop | 9 | ||||
-rw-r--r-- | misc/dist/appimage/godot.png | bin | 12525 -> 0 bytes |
3 files changed, 0 insertions, 12 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 $@ diff --git a/misc/dist/appimage/godot.desktop b/misc/dist/appimage/godot.desktop deleted file mode 100644 index 545c491256..0000000000 --- a/misc/dist/appimage/godot.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Godot Engine -GenericName=Libre game engine -Comment=Multi-platform 2D and 3D game engine with a feature rich editor -Exec=godot -pm -Icon=godot -Terminal=false -Type=Application -Categories=Development;IDE; diff --git a/misc/dist/appimage/godot.png b/misc/dist/appimage/godot.png Binary files differdeleted file mode 100644 index e334f5fa78..0000000000 --- a/misc/dist/appimage/godot.png +++ /dev/null |