From 0603e3d5b5f912b95777891e2eab0d150c8396cf Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Mon, 19 Sep 2022 13:01:47 +0300 Subject: [PATCH] Specify artifactName to fix Windows autoupdate. Signed-off-by: Panu Horsmalahti --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bb23b25606..79cd6e69f1 100644 --- a/package.json +++ b/package.json @@ -177,6 +177,7 @@ ] }, "win": { + "artifactName": "${productName} Setup ${version}.exe", "target": [ "nsis" ],