From f7a3308fab6f5177640ca30342fe61f980354272 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 11 Feb 2018 15:01:24 +0300 Subject: [PATCH] fix(autoupdate): fix error on downloading updater --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index d71a000..9cf53d9 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,12 @@ "directories": { "buildResources": "resources" }, + "nsis": { + "artifactName": "Rats.on.The.Boat-${version}.${ext}" + }, + "dmg": { + "artifactName": "Rats.on.The.Boat-${version}.${ext}" + }, "publish": { "provider": "github" },