From 2cbce4fcc2e7d7b16df7e46a093bd80fbeba122a Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Sat, 17 Sep 2022 15:35:02 +0600 Subject: [PATCH] Update artifact name for Windows --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7c1398..261fc81 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "artifactName": "${productName}.${ext}", "files": [ "./resources/**/*", - "*.js", + "main.js", "./html/**/*", "./resources/**/*", "./public/**/*", @@ -87,7 +87,8 @@ "category": "Utility" }, "win": { - "target": "nsis" + "target": "nsis", + "artifactName": "${productName}_Win.${ext}" }, "nsis": { "allowToChangeInstallationDirectory": true,