Skip to content

Commit b63624f

Browse files
committed
chore: fixing mimie type for desktop
1 parent 9b90f33 commit b63624f

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Categories={{categories}}
3+
{{#if comment}}
4+
Comment={{comment}}
5+
{{/if}}
6+
Exec={{exec}}
7+
Icon={{icon}}
8+
Name={{name}}
9+
Terminal=false
10+
Type=Application
11+
MimeType=text/html;application/atom+xml;application/x-coldfusion;text/x-clojure;text/coffeescript;application/json;text/css;text/html;text/x-diff;text/jsx;text/markdown;application/mathml+xml;application/rdf+xml;application/rss+xml;text/css;application/sql;image/svg+xml;text/html;text/x-python;application/xml;application/vnd.mozilla.xul+xml;application/x-yaml;text/typescript;inode/directory;

src-tauri/tauri.conf.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@
103103
"category": "DeveloperTool",
104104
"copyright": "Copyright (c) 2022 - present Core.ai",
105105
"deb": {
106+
"desktopTemplate" : "./src/bundle/linux/deb/main.desktop.download",
106107
"depends": [
107-
"libwebkit2gtk-4.0-37",
108-
"libgtk-3-0"
109108
]
110109
},
111110
"appimage": {
@@ -410,4 +409,4 @@
410409
}
411410
]
412411
}
413-
}
412+
}

0 commit comments

Comments
 (0)