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": {