mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
|
{
|
||
|
"build": {
|
||
|
"beforeDevCommand": "",
|
||
|
"beforeBuildCommand": "",
|
||
|
"devPath": "https://chat.openai.com",
|
||
|
"distDir": "../dist"
|
||
|
},
|
||
|
"package": {
|
||
|
"productName": "ChatGPT",
|
||
|
"version": "../package.json"
|
||
|
},
|
||
|
"tauri": {
|
||
|
"allowlist": {
|
||
|
"all": true
|
||
|
},
|
||
|
"systemTray": {
|
||
|
"iconPath": "icons/icon.png",
|
||
|
"iconAsTemplate": false
|
||
|
},
|
||
|
"bundle": {
|
||
|
"active": true,
|
||
|
"category": "WA",
|
||
|
"copyright": "",
|
||
|
"deb": {
|
||
|
"depends": []
|
||
|
},
|
||
|
"externalBin": [],
|
||
|
"icon": [
|
||
|
"icons/32x32.png",
|
||
|
"icons/128x128.png",
|
||
|
"icons/128x128@2x.png",
|
||
|
"icons/icon.icns",
|
||
|
"icons/icon.ico"
|
||
|
],
|
||
|
"identifier": "com.lencx.wa",
|
||
|
"longDescription": "Web APP",
|
||
|
"macOS": {
|
||
|
"entitlements": null,
|
||
|
"exceptionDomain": "",
|
||
|
"frameworks": [],
|
||
|
"providerShortName": null,
|
||
|
"signingIdentity": null
|
||
|
},
|
||
|
"shortDescription": "WA",
|
||
|
"targets": "all",
|
||
|
"windows": {
|
||
|
"certificateThumbprint": null,
|
||
|
"digestAlgorithm": "sha256",
|
||
|
"timestampUrl": ""
|
||
|
}
|
||
|
},
|
||
|
"security": {
|
||
|
"csp": null
|
||
|
},
|
||
|
"updater": {
|
||
|
"active": false
|
||
|
}
|
||
|
}
|
||
|
}
|