From 6ec84bdb6c31af1bc62b209c6e46925d0350943c Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 30 Dec 2020 21:31:38 +0000 Subject: [PATCH] moving the signing config to the correct config area --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af25f88fee..e1870315cb 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,7 @@ "nsis-web", "appx" ], + "sign": "./sign.js", "extraResources": [ { "from": "node_modules/regedit/vbs", @@ -185,8 +186,7 @@ "allowToChangeInstallationDirectory": true, "artifactName": "${productName}-Installer-${version}.${ext}", "uninstallDisplayName": "${productName}", - "deleteAppDataOnUninstall": true, - "sign": "./sign.js" + "deleteAppDataOnUninstall": true }, "portable": { "artifactName": "${productName}-Portable-${version}.${ext}"