From 269175b33269422a1a554a8b113c528585b8a2ca Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 10 Mar 2025 16:11:00 -0700 Subject: [PATCH] Package artifact changes. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index cdfdd0f..b6af726 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,7 @@ "extends": null, "appId": "com.imex.rps", "copyright": "Copyright © ImEX Systems Inc.", + "artifactName": "ImEX-RPS-${version}-${os}.${ext}", "files": [ "build/**", "electron/**", @@ -110,6 +111,7 @@ }, "win": { "target": "nsis", + "executableName": "ImEXRPS", "artifactName": "ImEX-RPS-${version}.${ext}", "icon": "src/icons/win/icon.ico", "azureSignOptions": {