mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"devPath": "../dist",
|
|
"distDir": "../dist"
|
|
},
|
|
"package": {
|
|
"productName": "ChatGPT",
|
|
"version": "0.1.8"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"systemTray": {
|
|
"iconPath": "icons/tray-icon.png",
|
|
"iconAsTemplate": true
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"externalBin": [],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"identifier": "com.lencx.chatgpt",
|
|
"longDescription": "ChatGPT Desktop Application",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"shortDescription": "ChatGPT",
|
|
"targets": "all",
|
|
"windows": {
|
|
"webviewInstallMode": {
|
|
"silent": true,
|
|
"type": "downloadBootstrapper"
|
|
},
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"dialog": true,
|
|
"endpoints": [
|
|
"https://lencx.github.io/ChatGPT/install.json"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEIxMjY4OUI5MTVFNjBEMDUKUldRRkRlWVZ1WWttc1NGWEE0RFNSb0RqdnhsekRJZTkwK2hVLzhBZTZnaHExSEZ1ZEdzWkpXTHkK"
|
|
}
|
|
}
|
|
} |