-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Update electron-updater to 6.5.0 + fix: progress bar for update on linux #15448
Conversation
363835d
to
155b9d5
Compare
155b9d5
to
4691600
Compare
🎉 electron-userland/electron-builder#8695 was merged! Now we need only wait for the release. |
4691600
to
5e15f44
Compare
e4cd29a
to
2fb59bd
Compare
WalkthroughThe pull request updates the 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms (19)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚀 Expo preview is ready!
|
2fb59bd
to
4fa1932
Compare
QA:
|
4fa1932
to
29aba7e
Compare
packages/suite/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@trezor/suite", | |||
"suiteVersion": "25.3.0", | |||
"suiteVersion": "0.0.0", |
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.
remove this
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.
😱
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.
fixed
29aba7e
to
62c9c17
Compare
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.
tested linux dev build, progress bar works 👍
62c9c17
to
8627ebe
Compare
Problem is, that for differential downloads, the progress bar is not working correctly (seems to not be implemented for multi-range downloads at all).
Solution is therefore to fallback to direct full download. However, the switch for this is simply not working for AppImage so we have to fix it in Electron Builder first.
Resolves: #14416