Skip to content

Commit

Permalink
ci: avoid generating .zip.blockmap files on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jul 29, 2024
1 parent 498d16b commit fcfdbb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcfdbb8

Please sign in to comment.