From fcfdbb8e70f8392d44451d09003be221bd785754 Mon Sep 17 00:00:00 2001 From: Juan Cazala Date: Mon, 29 Jul 2024 11:24:39 -0300 Subject: [PATCH] ci: avoid generating .zip.blockmap files on mac --- electron-builder.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/electron-builder.yml b/electron-builder.yml index cf6b8f7d..1102a916 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -13,6 +13,11 @@ linux: productName: Decentraland Editor artifactName: '${productName}-${version}-${os}-${arch}.${ext}' +dmg: + # Disable generation of .zip.blockmap files (only on MacOS) because they take a lot of time to generate, fail frequently and are not even used by the auto updater due to the signing + notarization of dmg files + # See this issue for more info: https://github.com/electron-userland/electron-builder/issues/2900#issuecomment-730571696 + writeUpdateInfo: false + mac: notarize: teamId: $APPLE_TEAM_ID