mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-10-11 20:43:43 +08:00
feat: add linux package configs for desktop
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user