Skip to content

Commit

Permalink
fix: .desktop configuration file for linux (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: The1111mp <The1111mp@outlook.com>
  • Loading branch information
1111mp committed Nov 3, 2024
1 parent 80b6401 commit b5c0aa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
"resources",
"icons/icon.png"
],
"publisher": "NVM Desktop",
"copyright": "GNU General Public License v3.0",
"licenseFile": "../LICENSE",
"license": "GPL-3.0-only",
"category": "DeveloperTool",
"shortDescription": "Node Version Manager Desktop",
"longDescription": "Node Version Manager Desktop - A desktop application to manage multiple active node.js versions.",
Expand Down
1 change: 1 addition & 0 deletions src-tauri/tauri.linux.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"identifier": "io.github.1111mp.nvm-desktop",
"app": {
"trayIcon": {
"id": "main",
Expand Down
3 changes: 2 additions & 1 deletion src-tauri/templates/nvm-desktop.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ StartupWMClass={{{exec}}}
Icon={{{icon}}}
Name={{{name}}}
Terminal=false
Type=Application;
Type=Application
MimeType=x-scheme-handler/ipc;

0 comments on commit b5c0aa4

Please sign in to comment.