From fd64c708538e3d76c2112381201603393d2792d8 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 11 Feb 2018 15:45:52 +0300 Subject: [PATCH] fix(macos): fix updates on Mac OS X --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 8037881..ae953a7 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,6 @@ "nsis": { "artifactName": "Rats.on.The.Boat-${version}.${ext}" }, - "dmg": { - "artifactName": "Rats.on.The.Boat-${version}.${ext}" - }, "publish": { "provider": "github" }, @@ -61,6 +58,7 @@ ] }, "mac": { + "artifactName": "${name}-${version}-mac.${ext}", "extraFiles": [ { "from": "./imports/darwin",