🐛[bugfix] Installer : インストール先がコンピュータの場合管理者権限が必要なため、インストール先をユーザーに制限するように変更した

This commit is contained in:
misyaguziya
2024-12-30 14:41:49 +09:00
parent 07fa8b6720
commit 97f06c66f3

View File

@@ -75,7 +75,7 @@
"nsis": {
"template": "nsis/template.nsi",
"license": "../LICENSE",
"installMode": "both",
"installMode": "perUser",
"displayLanguageSelector": true
}
}