From 26597a470e971f00f5a38fced4bf8a7ed3ca192c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Thu, 22 Feb 2024 15:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodeService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeService.js b/nodeService.js index 71d544d..7a82fa1 100644 --- a/nodeService.js +++ b/nodeService.js @@ -45,7 +45,7 @@ app.post('/createShortcut', (req, res) => { Type=Application Name=${shortcutName} Exec=xdg-open ${shortcutURL} - Icon=application-icon`; + Icon=chromium-browser`; fs.writeFile(shortcutFolderPath, shortcutFileContent, (err) => { if (err) {