Ghostwriter: fix supported filetypes

Ghostwriter is a text editor, it doesn't open images...
Improved summary and description.
This commit is contained in:
Humdinger
2022-01-20 17:42:17 +01:00
parent 3cc2df430d
commit b16791144b
2 changed files with 20 additions and 7 deletions

View File

@@ -5,18 +5,18 @@ resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "ghostwriter",
short_info = "Ghostwriter",
long_info = "@LONG_INFO@"
};
resource app_signature "@APP_SIGNATURE@";
resource file_types message {
"types" = "image"
"types" = "text"
};
resource vector_icon {