Files
Pake/src-tauri/tauri.windows.conf.json
2025-12-18 19:58:38 +08:00

16 lines
319 B
JSON
Vendored

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