From 7eabf4c8a322a520c59d63b2bba36be44480101f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 3 Apr 2019 13:24:28 +0200 Subject: dist: Rename Linux mime type to follow system convention Mime type definitions are usually named like the mime type they define, i.e. x-godot-project in our case. It was introduced with reverse DNS naming as that's what FlatHub favors, so it will need to be renamed there. --- misc/dist/linux/org.godotengine.Godot.xml | 8 -------- misc/dist/linux/x-godot-project.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 misc/dist/linux/org.godotengine.Godot.xml create mode 100644 misc/dist/linux/x-godot-project.xml diff --git a/misc/dist/linux/org.godotengine.Godot.xml b/misc/dist/linux/org.godotengine.Godot.xml deleted file mode 100644 index 0572e4e54e..0000000000 --- a/misc/dist/linux/org.godotengine.Godot.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - Godot Engine project - - - - diff --git a/misc/dist/linux/x-godot-project.xml b/misc/dist/linux/x-godot-project.xml new file mode 100644 index 0000000000..0572e4e54e --- /dev/null +++ b/misc/dist/linux/x-godot-project.xml @@ -0,0 +1,8 @@ + + + + Godot Engine project + + + + -- cgit v1.2.3