feat: add linux package configs for desktop

This commit is contained in:
RockYang
2023-09-07 09:45:11 +08:00
parent 79d25769ee
commit 3b26735998
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",