Files
Starlight_Lancher/apps/app/tauri.windows.conf.json

12 lines
158 B
JSON

{
"bundle": {
"targets": ["nsis"],
"windows": {
"nsis": {
"installMode": "currentUser",
"languages": ["SimpChinese", "English"]
}
}
}
}