Ghostwriter: add "text/markdown" as supported type

I wasn't aware that "text/markdown" was an official MIME type.
No Revision bump, because build is currently broken anyway...
This commit is contained in:
Humdinger
2022-01-20 19:08:49 +01:00
parent b16791144b
commit b1b49893fb

View File

@@ -16,7 +16,8 @@ resource app_version {
resource app_signature "@APP_SIGNATURE@";
resource file_types message {
"types" = "text"
"types" = "text",
"types" = "text/markdown"
};
resource vector_icon {