mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 07:31:18 +08:00
Update desktop file (#730)
This commit is contained in:
parent
1c42555a10
commit
7bab8fa69c
@ -122,6 +122,10 @@
|
|||||||
"text/markdown"
|
"text/markdown"
|
||||||
],
|
],
|
||||||
"icon": "resources/icons",
|
"icon": "resources/icons",
|
||||||
|
"desktop": {
|
||||||
|
"StartupWMClass": "marktext",
|
||||||
|
"Keywords": "marktext;"
|
||||||
|
},
|
||||||
"artifactName": "marktext-${version}-${arch}.${ext}",
|
"artifactName": "marktext-${version}-${arch}.${ext}",
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
|
@ -7,3 +7,5 @@ Type=Application
|
|||||||
Icon=marktext
|
Icon=marktext
|
||||||
Categories=Office;TextEditor;Utility;
|
Categories=Office;TextEditor;Utility;
|
||||||
MimeType=text/markdown;
|
MimeType=text/markdown;
|
||||||
|
Keywords=marktext;
|
||||||
|
StartupWMClass=marktext
|
||||||
|
Loading…
Reference in New Issue
Block a user