Files
Pake/src-tauri/tauri.windows.conf.json
2025-08-13 20:03:41 +08:00

16 lines
313 B
JSON

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