From b1b49893fbad089b1837f02f75a4b55a5a5dc011 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Thu, 20 Jan 2022 19:08:49 +0100 Subject: [PATCH] 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... --- app-text/ghostwriter/additional-files/ghostwriter.rdef.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/ghostwriter/additional-files/ghostwriter.rdef.in b/app-text/ghostwriter/additional-files/ghostwriter.rdef.in index 79b442c19..04ac9a80f 100644 --- a/app-text/ghostwriter/additional-files/ghostwriter.rdef.in +++ b/app-text/ghostwriter/additional-files/ghostwriter.rdef.in @@ -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 {