From 8c08c4fe84f15cfae26ffdd3d056c8cd7af2413e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 24 Jun 2018 00:15:55 +0200 Subject: 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. --- misc/dist/appimage/AppRun | 3 --- misc/dist/appimage/godot.desktop | 9 --------- misc/dist/appimage/godot.png | Bin 12525 -> 0 bytes 3 files changed, 12 deletions(-) delete mode 100755 misc/dist/appimage/AppRun delete mode 100644 misc/dist/appimage/godot.desktop delete mode 100644 misc/dist/appimage/godot.png (limited to 'misc') 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 deleted file mode 100644 index e334f5fa78..0000000000 Binary files a/misc/dist/appimage/godot.png and /dev/null differ -- cgit v1.2.3