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) {