From 688a3e94122a23986a62b2719843d6594d0ad83b Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 10 Mar 2025 14:31:37 -0700 Subject: [PATCH] Add azure signing. --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9bbd851..759e29c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "imexrps", - "productName": "ImEX RPS", + "productName": "ImEXRPS", "author": "ImEX Systems Inc. ", - "description": "ImEX RPS", + "description": "ImEXRPS", "version": "1.4.0-alpha.2", "main": "electron/main.js", "homepage": "./", @@ -111,7 +111,13 @@ }, "win": { "target": "nsis", - "icon": "src/icons/win/icon.ico" + "artifactName": "ImEX-RPS-${version}.${ext}", + "icon": "src/icons/win/icon.ico", + "azureSignOptions": { + "endpoint": "https://eus.codesigning.azure.net", + "certificateProfileName": "ImEXRPS", + "codeSigningAccountName": "ImEX" + } }, "mac": { "category": "public.app-category.business", @@ -123,7 +129,7 @@ ] } ], - "artifactName": "${productName}.${ext}", + "artifactName": "ImEX-RPS-${version}.${ext}", "type": "distribution", "hardenedRuntime": true, "entitlements": "assets/entitlements.mac.plist",