diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-07-28 00:39:13 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-07-28 00:40:05 +0200 |
commit | 01914ee00b2ccb638f697305b094f030088f8716 (patch) | |
tree | 2ce4e98853184370e08bf242298d129b851644e8 /misc/dist/linux/org.godotengine.Godot.desktop | |
parent | aecc3a444b122efd1001b25893ea7622918e2e22 (diff) | |
download | redot-engine-01914ee00b2ccb638f697305b094f030088f8716.tar.gz |
Tweak AppStream metadata and add MIME type integration
This allows Godot to be registered as an application to open
Godot project files.
Diffstat (limited to 'misc/dist/linux/org.godotengine.Godot.desktop')
-rw-r--r-- | misc/dist/linux/org.godotengine.Godot.desktop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dist/linux/org.godotengine.Godot.desktop b/misc/dist/linux/org.godotengine.Godot.desktop index 439b1d87b8..c8b99207f8 100644 --- a/misc/dist/linux/org.godotengine.Godot.desktop +++ b/misc/dist/linux/org.godotengine.Godot.desktop @@ -2,8 +2,9 @@ Name=Godot Engine GenericName=Libre game engine Comment=Multi-platform 2D and 3D game engine with a feature-rich editor -Exec=godot -p +Exec=godot %f Icon=godot Terminal=false Type=Application +MimeType=application/x-godot-project; Categories=Development;IDE; |