feat: add linux package configs for desktop

This commit is contained in:
RockYang
2023-09-07 09:45:11 +08:00
parent 6a2d383be6
commit aada15fc41
3 changed files with 6 additions and 1 deletions

View File

@@ -18,8 +18,13 @@
"index.js",
"package.json"
],
"linux": {
"target": "AppImage",
"icon": "icons/logo.png"
},
"mac": {
"target": "dmg"
"target": "dmg",
"icon": "icons/logo.icns"
},
"win": {
"target": "nsis",