mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 02:22:26 +08:00
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:
parent
13321bdb55
commit
844479b326
@ -118,6 +118,7 @@
|
||||
},
|
||||
"linux": {
|
||||
"category": "Office;TextEditor;Utility",
|
||||
"mimeTypes": [ "text/markdown" ],
|
||||
"icon": "resources/icons",
|
||||
"artifactName": "marktext-${version}-${arch}.${ext}",
|
||||
"target": [
|
||||
|
@ -6,3 +6,4 @@ Terminal=false
|
||||
Type=Application
|
||||
Icon=marktext
|
||||
Categories=Office;TextEditor;Utility;
|
||||
MimeType=text/markdown;
|
||||
|
Loading…
Reference in New Issue
Block a user