From 3ea484235132c13c01fe8ca998480250adf1566d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 15 Feb 2018 14:05:13 -0500 Subject: [PATCH] installer options --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 129e6602a5..0fc7943bf5 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,8 @@ "electronUpdaterCompatibility": ">=0.0.1", "target": [ "portable", - "nsis" + "nsis", + "nsis-web" ] }, "linux": { @@ -71,7 +72,6 @@ ] }, "dmg": { - "background": "./resources/background.png", "contents": [ { "x": 150, @@ -94,8 +94,20 @@ "oneClick": false, "perMachine": true, "allowToChangeInstallationDirectory": true, + "artifactName": "${productName} Installer ${version}.${ext}", "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}" } }, "devDependencies": {