mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-01 19:57:37 +08:00
update desktop package deps
This commit is contained in:
parent
ea93a22e14
commit
f7fbaa534d
@ -5,36 +5,36 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"package": "electron-builder",
|
||||
"package": "electron-builder",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "ai.r9it.com",
|
||||
"productName": "ChatGPT-Plus",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
"output": "dist"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.js",
|
||||
"package.json"
|
||||
],
|
||||
"linux": {
|
||||
"target": "AppImage",
|
||||
"icon": "icons/logo.png"
|
||||
},
|
||||
"linux": {
|
||||
"target": "AppImage",
|
||||
"icon": "icons/logo.png"
|
||||
},
|
||||
"mac": {
|
||||
"target": "dmg",
|
||||
"icon": "icons/logo.icns"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "icons/logo.ico"
|
||||
"icon": "icons/logo.ico"
|
||||
}
|
||||
},
|
||||
|
||||
"author": "geekmaster",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^26.1.0"
|
||||
"electron": "^26.1.0",
|
||||
"electron-builder": "^24.6.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user