Files
Pake/src-tauri/tauri.windows.conf.json
2024-11-10 22:25:37 +08:00

25 lines
570 B
JSON

{
"identifier": "com.pake.weread",
"productName": "WeRead",
"bundle": {
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"resources": ["png/weread_32.ico"],
"shortDescription": "",
"targets": ["msi"],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"language": ["en-US"],
"template": "assets/main.wxs"
}
}
}
}