64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"package": {
|
|
"productName": "WeRead",
|
|
"version": "0.2.0"
|
|
},
|
|
"tauri": {
|
|
"windows": [
|
|
{
|
|
"url": "https://weread.qq.com/",
|
|
"transparent": false,
|
|
"fullscreen": false,
|
|
"width": 1200,
|
|
"height": 728,
|
|
"resizable": true
|
|
}
|
|
],
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"bundle": {
|
|
"icon": [
|
|
"icons/weRead.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"identifier": "com.tw93.weRead",
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"externalBin": [],
|
|
"longDescription": "",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": "all",
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
},
|
|
"build": {
|
|
"devPath": "../dist",
|
|
"distDir": "../dist",
|
|
"beforeBuildCommand": "",
|
|
"beforeDevCommand": ""
|
|
}
|
|
}
|