-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update electron and related dependencies #7675
chore: Update electron and related dependencies #7675
Conversation
"electron-builder": "^24.0.0", | ||
"electron-notarize": "^1.0.0", | ||
"electron": "27.0.2", | ||
"electron-builder": "^24.6.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this was in previous versions of electron-builder
, but we may need to adjust our electron-builder-config.js
so that we don't notarize the app twice (it's unclear what the default behavior of the notarize
option is — it seems to wrap around @electron/notarize
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We weren't signing twice. Anyway, I have now changed a bit the config, electron-builder will now sign for us instead of us manually calling @electron/notarize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@begonaalvarezd fyi
85e1630
to
c1b7510
Compare
c1b7510
to
632ee34
Compare
0dcbb20
into
release/desktop-shimmer-2.1.11
Closes #7655