chore: Allow user to choose where to install (#110)

This commit is contained in:
zclkkk 2023-12-10 09:50:43 +08:00 committed by GitHub
parent 7fcfaadd91
commit 556232aac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
"nsis": {
"displayLanguageSelector": true,
"installerIcon": "icons/icon.ico",
"installMode": "both",
"languages": ["SimpChinese", "English"],
"license": "../LICENSE"
}