Files
Pake/src-tauri/tauri.windows.conf.json
2025-12-18 11:45:53 +08:00

16 lines
313 B
JSON
Vendored

{
"bundle": {
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
"active": true,
"resources": ["png/weread_32.ico"],
"targets": ["msi"],
"windows": {
"digestAlgorithm": "sha256",
"wix": {
"language": ["en-US"],
"template": "assets/main.wxs"
}
}
}
}