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.
This commit is contained in:
Hugo Locurcio 2018-06-24 00:15:55 +02:00
parent 25275de50e
commit 8c08c4fe84
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
3 changed files with 0 additions and 12 deletions

View file

@ -1,3 +0,0 @@
#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
"${HERE}"/godot $@

View file

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB