-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat(updater): support updating using non-zipped files #10939
Conversation
Package Changes Through b9ec4a3There are 1 changes which include tauri with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
"User-Agent", | ||
HeaderValue::from_str("tauri/updater").unwrap(), | ||
header::USER_AGENT, | ||
HeaderValue::from_str(UPDATER_USER_AGENT)?, |
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 shouldn't change the user agent - just in case it breaks someone's server
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.
cool, reverted in 035093e
(#10939)
… into feat/non-zipped-updates
This backported from tauri-plugin-updater for v2