diff --git a/misc/dist/appimage/AppRun b/misc/dist/appimage/AppRun new file mode 100755 index 00000000000..db3398a92a3 --- /dev/null +++ b/misc/dist/appimage/AppRun @@ -0,0 +1,3 @@ +#!/bin/sh +HERE="$(dirname "$(readlink -f "${0}")")" +"${HERE}"/godot $@ diff --git a/misc/dist/appimage/godot.desktop b/misc/dist/appimage/godot.desktop new file mode 100644 index 00000000000..545c491256f --- /dev/null +++ b/misc/dist/appimage/godot.desktop @@ -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; diff --git a/misc/dist/appimage/godot.png b/misc/dist/appimage/godot.png new file mode 100644 index 00000000000..e334f5fa78b Binary files /dev/null and b/misc/dist/appimage/godot.png differ