From 5d8fef2dbd00d1fb89a99a12000d23267f88a745 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 25 May 2022 17:10:00 -0400 Subject: [PATCH] Updated Windows build configuration --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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",