From b37151f8dc02fb7359ec587892ef54bbb549805c Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Thu, 26 Oct 2023 12:48:29 -0300 Subject: [PATCH] add mas and dmg build back --- electron-builder.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 29ad49e5d..08a1677d0 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -17,7 +17,9 @@ "mac": { "category": "public.app-category.productivity", "target": [ - "zip" + "zip", + "dmg", + "mas" ], "icon": "build/icon.icns", "bundleVersion": "119",