summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDaniel J. Ramirez <djrmuv@gmail.com>2016-06-16 11:06:33 -0500
committerRĂ©mi Verschelde <rverschelde@gmail.com>2017-03-04 17:38:29 +0100
commitef174abf6d640e69c402b5e9628743173c313439 (patch)
tree70f0ef714b8c5b2d4219a983a1aef1bbcdd494d8 /misc
parent886f646cbacdbf0fe87cdda4ddb145dc72919194 (diff)
Added AppImage structure
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/dist/appimage/AppRun3
-rw-r--r--misc/dist/appimage/godot.desktop9
-rw-r--r--misc/dist/appimage/godot.pngbin0 -> 12525 bytes
3 files changed, 12 insertions, 0 deletions
diff --git a/misc/dist/appimage/AppRun b/misc/dist/appimage/AppRun
new file mode 100755
index 0000000000..db3398a92a
--- /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 0000000000..545c491256
--- /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 0000000000..e334f5fa78
--- /dev/null
+++ b/misc/dist/appimage/godot.png
Binary files differ