mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-10-11 20:43:43 +08:00
feat: use eletron to build desktop version for chatgpt-plus
This commit is contained in:
35
desktop/package.json
Executable file
35
desktop/package.json
Executable file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "chatgpt-plus-desktop",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"package": "electron-builder",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "ai.r9it.com",
|
||||
"productName": "ChatGPT-Plus",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"package.json"
|
||||
],
|
||||
"mac": {
|
||||
"target": "dmg"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "icons/logo.ico"
|
||||
}
|
||||
},
|
||||
|
||||
"author": "geekmaster",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^26.1.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user