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" },