@@ -120,7 +120,7 @@
"icon": "assets/AriaNg.ico",
"target": [
{
- "target": "msi",
+ "target": "nsis",
"arch": [
"x64",
"ia32"
@@ -181,6 +181,11 @@
],
"darkModeSupport": true
},
+ "nsis": {
+ "oneClick": false,
+ "perMachine": true,
+ "allowToChangeInstallationDirectory": true
+ },
"dmg": {
"icon": "assets/AriaNg.icns"
}