80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"package": {
|
|
"productName": "weread",
|
|
"version": "0.2.0"
|
|
},
|
|
"tauri": {
|
|
"windows": [
|
|
{
|
|
"url": "https://weread.qq.com/",
|
|
"transparent": true,
|
|
"fullscreen": false,
|
|
"width": 1200,
|
|
"height": 728,
|
|
"resizable": true
|
|
}
|
|
],
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"bundle": {
|
|
"icon": [
|
|
"icons/weread.icns",
|
|
"icons/icon.ico",
|
|
"png/weread_512.png"
|
|
],
|
|
"identifier": "com.tw93.weread",
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": [
|
|
"libwebkit2gtk-4.0-dev",
|
|
"build-essential",
|
|
"curl",
|
|
"wget",
|
|
"libssl-dev",
|
|
"libgtk-3-dev",
|
|
"libayatana-appindicator3-dev",
|
|
"librsvg2-dev"
|
|
],
|
|
"files": {
|
|
"/usr/share/applications/com-tw93-weread.desktop": "assets/com-tw93-weread.desktop"
|
|
}
|
|
},
|
|
"externalBin": [],
|
|
"longDescription": "",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": ["deb", "msi", "dmg"],
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "",
|
|
"wix": {
|
|
"language": ["en-US", "zh-CN"]
|
|
}
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
},
|
|
"build": {
|
|
"devPath": "../dist",
|
|
"distDir": "../dist",
|
|
"beforeBuildCommand": "",
|
|
"beforeDevCommand": ""
|
|
}
|
|
}
|