Skip to content
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

Merged
merged 15 commits into from
Sep 11, 2024

Conversation

amrbashir
Copy link
Member

@amrbashir amrbashir commented Sep 10, 2024

This backported from tauri-plugin-updater for v2

@amrbashir amrbashir requested a review from a team as a code owner September 10, 2024 01:37
Copy link
Contributor

github-actions bot commented Sep 10, 2024

Package Changes Through b9ec4a3

There are 1 changes which include tauri with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri 1.7.2 1.8.0

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)?,
Copy link
Member

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

Copy link
Member Author

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)

@lucasfernog lucasfernog merged commit 50fbf7b into 1.x Sep 11, 2024
2 of 3 checks passed
@lucasfernog lucasfernog deleted the feat/non-zipped-updates branch September 11, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants