From bb52b58d6978118451dfcb34e7379d9d22c28bcb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 15 Feb 2018 14:47:09 -0500 Subject: [PATCH] only use nsis web --- package.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0fc7943bf5..f4c491488e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "electronUpdaterCompatibility": ">=0.0.1", "target": [ "portable", - "nsis", "nsis-web" ] }, @@ -90,7 +89,7 @@ "height": 380 } }, - "nsis": { + "nsisWeb": { "oneClick": false, "perMachine": true, "allowToChangeInstallationDirectory": true, @@ -98,16 +97,8 @@ "uninstallDisplayName": "${productName}", "deleteAppDataOnUninstall": true }, - "nsisWeb": { - "oneClick": false, - "perMachine": true, - "allowToChangeInstallationDirectory": true, - "artifactName": "${productName} Web Installer ${version}.${ext}", - "uninstallDisplayName": "${productName}", - "deleteAppDataOnUninstall": true - }, "portable": { - "artifactName": "${productName} Portable.${ext}" + "artifactName": "${productName} Portable ${version}.${ext}" } }, "devDependencies": {