From ae63f04917821434ef7d4cad437d0ce6d7830ca3 Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Mon, 13 Nov 2023 04:44:46 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D1=80=D1=80=D1=80=D1=80=D1=80=D1=80?= =?UTF-8?q?=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f2dd269..039a57c 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,9 @@ "build/**/*", "!node_modules/**/*" ], + "nsis": { + "artifactName": "${productName}-Setup-${version}-${os}-${arch}.${ext}" + }, "mac": { "category": "public.app-category.games" },