Files
Pake/src-tauri/tauri.windows.conf.json
2024-12-17 16:21:21 +08:00

16 lines
313 B
JSON

{
"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"
}
}
}
}