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

BIN
desktop/icons/logo.icns Normal file

Binary file not shown.

BIN
desktop/icons/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

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