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 <[email protected]>
  • Loading branch information
1111mp committed Nov 3, 2024
1 parent 72b3617 commit cff1f65
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 406 deletions.
1 change: 1 addition & 0 deletions src-tauri/templates/nvm-desktop.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Categories={{{categories}}}
Comment={{{comment}}}
Exec={{{exec}}} %u
StartupWMClass={{{exec}}}
Icon={{{icon}}}
Name={{{name}}}
Terminal=false
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@
"Error-500": "Sorry, something went wrong.",
"Unzipping": "Unzipping",
"Set-as-default": "Set as the default version",
"open-with-vscode": "Open with VsCode"
"open-with-vscode": "Open with VsCode",
"VSCode-code-command-not-found": "VSCode 'code' command not found"
}
3 changes: 2 additions & 1 deletion src/locales/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@
"Error-500": "抱歉,出了点问题。",
"Unzipping": "解压中",
"Set-as-default": "设置为默认版本",
"open-with-vscode": "使用 VsCode 打开"
"open-with-vscode": "使用 VsCode 打开",
"VSCode-code-command-not-found": "未找到 VSCode 的‘code’命令"
}
Loading

0 comments on commit cff1f65

Please sign in to comment.