Upgrade electron-builder, electron-updater and electron/notarize #1924
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-flight Checklist
Please ensure you've completed all of the following.
Description of Change
Upgrade the
electron-builder
andelectron-updater
to the latest version, as well as@electron/notarize
.Motivation and Context
The version of
electron-builder
andelectron-updater
have not been updated in a while since it was breaking the builds when rebuilding thesqlite
and/ormacos-notifcation-state
dependencies. Thealpha
version finally bumps the@electron/rebuild
which contains a newer version ofgyp
fixing the problem encountered. This should also fix the correct upload to the snap store, and improve the auto-update sequences on Windows (by preventing concurrent downloads), as well as improving it for Linux targets.Additionally, In line with the current dependency of
electron-builder
, this upgradenotarize
and make some changes to push all the required values for the notarization process inside environment variables, to mimic its usage in electron-builder.Checklist
pnpm prepare-code
)pnpm test
passesRelease Notes
Upgrade
electron-builder
,electron-updater
and@electron/notarize
to the latest version.