From d46e5b019d57a6a6bacaab6126145a739a0ceece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 24 Mar 2021 22:27:54 +0100 Subject: [PATCH] Build zip file on macOS as well It's necessary for auto-updates. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 922f82f..954fb77 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,10 @@ { "arch": "universal", "target": "dmg" + }, + { + "arch": "universal", + "target": "zip" } ], "category": "public.app-category.video",