🐛[bugfix] Installer : インストール先がコンピュータの場合管理者権限が必要なため、インストール先をユーザーに制限するように変更した
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
"nsis": {
|
||||
"template": "nsis/template.nsi",
|
||||
"license": "../LICENSE",
|
||||
"installMode": "both",
|
||||
"installMode": "perUser",
|
||||
"displayLanguageSelector": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user