Build zip file on macOS as well

It's necessary for auto-updates.
This commit is contained in:
Saúl Ibarra Corretgé 2021-03-24 22:27:54 +01:00
parent 79b6a78b12
commit d46e5b019d
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
{
"arch": "universal",
"target": "dmg"
},
{
"arch": "universal",
"target": "zip"
}
],
"category": "public.app-category.video",