2022-12-07 05:22:18 -05:00
|
|
|
{
|
|
|
|
"build": {
|
2022-12-12 22:58:47 -05:00
|
|
|
"beforeDevCommand": "npm run dev:fe",
|
|
|
|
"beforeBuildCommand": "npm run build:fe",
|
2022-12-13 06:10:42 -05:00
|
|
|
"devPath": "http://localhost:1420",
|
2022-12-07 05:22:18 -05:00
|
|
|
"distDir": "../dist"
|
|
|
|
},
|
|
|
|
"package": {
|
|
|
|
"productName": "ChatGPT",
|
2023-01-07 02:30:12 -05:00
|
|
|
"version": "0.8.0"
|
2022-12-07 05:22:18 -05:00
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
2022-12-16 06:58:40 -05:00
|
|
|
"all": true,
|
2022-12-27 12:13:00 -05:00
|
|
|
"globalShortcut": {
|
|
|
|
"all": true
|
|
|
|
},
|
2022-12-16 06:58:40 -05:00
|
|
|
"fs": {
|
|
|
|
"all": true,
|
2022-12-17 04:39:21 -05:00
|
|
|
"scope": [
|
2022-12-24 19:53:58 -05:00
|
|
|
"$HOME/.chatgpt/**"
|
2022-12-17 04:39:21 -05:00
|
|
|
]
|
2022-12-16 06:58:40 -05:00
|
|
|
}
|
2022-12-07 05:22:18 -05:00
|
|
|
},
|
|
|
|
"systemTray": {
|
2022-12-27 22:49:40 -05:00
|
|
|
"iconPath": "icons/tray-icon.png",
|
|
|
|
"iconAsTemplate": true,
|
2022-12-17 03:23:35 -05:00
|
|
|
"menuOnLeftClick": false
|
2022-12-07 05:22:18 -05:00
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
2022-12-07 07:02:31 -05:00
|
|
|
"category": "DeveloperTool",
|
2022-12-07 05:22:18 -05:00
|
|
|
"copyright": "",
|
|
|
|
"deb": {
|
|
|
|
"depends": []
|
|
|
|
},
|
|
|
|
"externalBin": [],
|
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
],
|
2022-12-07 05:45:15 -05:00
|
|
|
"identifier": "com.lencx.chatgpt",
|
|
|
|
"longDescription": "ChatGPT Desktop Application",
|
2022-12-07 05:22:18 -05:00
|
|
|
"macOS": {
|
|
|
|
"entitlements": null,
|
|
|
|
"exceptionDomain": "",
|
|
|
|
"frameworks": [],
|
|
|
|
"providerShortName": null,
|
|
|
|
"signingIdentity": null
|
|
|
|
},
|
2022-12-07 05:45:15 -05:00
|
|
|
"shortDescription": "ChatGPT",
|
2022-12-07 05:22:18 -05:00
|
|
|
"targets": "all",
|
|
|
|
"windows": {
|
2022-12-18 00:30:27 -05:00
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": "",
|
2022-12-09 14:23:29 -05:00
|
|
|
"webviewInstallMode": {
|
|
|
|
"silent": true,
|
2022-12-18 00:30:27 -05:00
|
|
|
"type": "embedBootstrapper"
|
|
|
|
}
|
2022-12-07 05:22:18 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"updater": {
|
2023-01-04 08:44:23 -05:00
|
|
|
"active": true,
|
2023-01-04 21:39:46 -05:00
|
|
|
"dialog": false,
|
2022-12-07 07:36:42 -05:00
|
|
|
"endpoints": [
|
|
|
|
"https://lencx.github.io/ChatGPT/install.json"
|
|
|
|
],
|
2022-12-07 05:45:15 -05:00
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEIxMjY4OUI5MTVFNjBEMDUKUldRRkRlWVZ1WWttc1NGWEE0RFNSb0RqdnhsekRJZTkwK2hVLzhBZTZnaHExSEZ1ZEdzWkpXTHkK"
|
2022-12-24 07:04:24 -05:00
|
|
|
}
|
2022-12-07 05:22:18 -05:00
|
|
|
}
|
2023-01-07 00:15:22 -05:00
|
|
|
}
|