Skip to content

Commit aeefcf4

Browse files
committed
build: add Chinese NSIS installer language
1 parent 88796e1 commit aeefcf4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
"language": "zh-CN"
3434
},
3535
"nsis": {
36-
"installerIcon": "icons/icon.ico"
36+
"installerIcon": "icons/icon.ico",
37+
"languages": [
38+
"SimpChinese",
39+
"English"
40+
]
3741
}
3842
},
3943
"icon": [

0 commit comments

Comments
 (0)