From 5142d12e7ecde811f51e906307577b864a994944 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 3 Jan 2019 13:01:15 +0300 Subject: [PATCH] fixed macos zip artifact naming --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4d810672..bce2706d 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,7 @@ "mac": { "category": "public.app-category.video", "icon": "./build/mac/icon.icns", + "artifactName": "terminus-${version}-macos.${ext}", "publish": [ "github" ],