diff --git a/package.json b/package.json index f6576c3..7c3b3d5 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,17 @@ "appId": "net.metaunix.sentry", "copyright": "Copyright © 2022 ${author}", "win": { - "target": "msi", + "target": "nsis", "icon": "build/icon.png" }, + "nsis": { + "oneClick": false, + "perMachine": true, + "allowElevation": true, + "allowToChangeInstallationDirectory": true, + "license": "LICENSE", + "artifactName": "${productName}-${version}.${ext}" + }, "linux": { "target": [ "deb",