Skip to content

Commit

Permalink
Merge pull request #272 from alley-rs/0.1.X
Browse files Browse the repository at this point in the history
chore(windows): nsis language selector not work
  • Loading branch information
thep0y authored Nov 11, 2024
2 parents 2f63a9d + 2cfea07 commit 86c47a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"windows": {
"wix": { "language": ["zh-CN", "en-US"] },
"nsis": {
"languages": ["SimpChinese", "English"],
"displayLanguageSelector": true
}
},
Expand Down

0 comments on commit 86c47a9

Please sign in to comment.