Add Markdown MimeType (#648)

* Add Markdown MimeType

XDG Desktop components will identify this program as a Markdown editor

* Add mimetype to package.json

* Removing old Mime
This commit is contained in:
Víctor Fernández 2019-01-24 09:01:52 +01:00 committed by Ran Luo
parent 13321bdb55
commit 844479b326
2 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@
},
"linux": {
"category": "Office;TextEditor;Utility",
"mimeTypes": [ "text/markdown" ],
"icon": "resources/icons",
"artifactName": "marktext-${version}-${arch}.${ext}",
"target": [

View File

@ -6,3 +6,4 @@ Terminal=false
Type=Application
Icon=marktext
Categories=Office;TextEditor;Utility;
MimeType=text/markdown;