浏览代码

Added AppImage structure

Daniel J. Ramirez 9 年之前
父节点
当前提交
ef174abf6d
共有 3 个文件被更改,包括 12 次插入0 次删除
  1. 3 0
      misc/dist/appimage/AppRun
  2. 9 0
      misc/dist/appimage/godot.desktop
  3. 二进制
      misc/dist/appimage/godot.png

+ 3 - 0
misc/dist/appimage/AppRun

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

+ 9 - 0
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;

二进制
misc/dist/appimage/godot.png