Files
BongoCat/src-tauri/tauri.windows.conf.json
2025-12-24 17:26:19 +08:00

19 lines
345 B
JSON

{
"identifier": "com.ayangweb.BongoCat",
"bundle": {
"windows": {
"digestAlgorithm": "sha256",
"nsis": {
"languages": [
"English",
"Vietnamese",
"SimpChinese",
"PortugueseBR"
],
"installMode": "both",
"displayLanguageSelector": true
}
}
}
}