Added AppImage structure

This commit is contained in:
Daniel J. Ramirez 2016-06-16 11:06:33 -05:00 committed by Rémi Verschelde
parent 886f646cba
commit ef174abf6d
3 changed files with 12 additions and 0 deletions

3
misc/dist/appimage/AppRun vendored Executable file
View file

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

9
misc/dist/appimage/godot.desktop vendored Normal file
View file

@ -0,0 +1,9 @@
[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;

BIN
misc/dist/appimage/godot.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB