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