-
Notifications
You must be signed in to change notification settings - Fork 421
feat(updater): support bundle-specific targets #2624
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
Merged
lucasfernog
merged 64 commits into
tauri-apps:v2
from
kandrelczyk:feature/fallback_targets
Aug 26, 2025
+337
−140
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
8aa131a
fallback targets
kandrelczyk 597ae9f
Merge branch 'tauri-apps:v2' into feature/fallback_targets
kandrelczyk 6ae53cf
linux test
kandrelczyk e2e27ac
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk ae7a2e3
linux ready
kandrelczyk dc75b76
RPM installation
kandrelczyk 199a52b
small error fix
kandrelczyk ede0c68
fix windows build
kandrelczyk d50947c
windows tests
kandrelczyk ef95298
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk 012f633
add aider files to .gitignore
kandrelczyk c2877ec
get bundle type out of patched variable
kandrelczyk c9d0a6c
windows tests
kandrelczyk 896678a
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk 8cb79a3
patch windows binary
kandrelczyk b1a8781
format
kandrelczyk 0630002
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk 3a43397
fix bundler
kandrelczyk 68564e0
Merge branch 'v2' of github.com:kandrelczyk/plugins-workspace into fe…
kandrelczyk 24504e4
remove local tauri dependency
kandrelczyk 5d12c97
remove print
kandrelczyk 2137583
rever Cargo.lock
kandrelczyk b80a295
move __TAURI_BUNDLE_TYPE to tauri::utils
kandrelczyk f75d32b
get_current_bundle_type
kandrelczyk 1ea7522
Merge remote-tracking branch 'origin/v2' into feature/fallback_targets
lucasfernog 940ed70
update tauri
lucasfernog 201a001
fix macos integration test
lucasfernog 80b07ee
Merge branch 'v2' into feature/fallback_targets
kandrelczyk 513376b
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk 9e9d7bc
fix fallback logic
kandrelczyk f7c10ea
amend! fallback targets
kandrelczyk 2fdda08
reformat
kandrelczyk 4913dbe
fix tests
kandrelczyk 5eae160
reformat
kandrelczyk 5056198
Merge branch 'v2' into feature/fallback_targets
kandrelczyk 5b4c1c1
bump tari versio
kandrelczyk 6c2f563
fix fallback logic
kandrelczyk c13e583
restore Cargo.lock
kandrelczyk 043d89f
Merge branch 'v2' of https://github.com/tauri-apps/plugins-workspace …
Legend-Master 0a495cc
Bump tauri and add notes
Legend-Master e67750c
Rename some staffs
Legend-Master 3d7200b
move target logic
kandrelczyk f563b02
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk ad8d711
Refactor the target fallback to a function
Legend-Master c8d57a8
Format and clippy
Legend-Master fc85f3b
Keep target in `Update` since it's public
Legend-Master 7d14a45
Keep updater/tests/app-updater/src/main.rs lf
Legend-Master 9b3171f
Revert changes in tests/app-updater/src/main.rs
Legend-Master 736223c
Clean up
Legend-Master d9cd15a
Merge remote-tracking branch 'upstream/v2' into feature/fallback_targets
Legend-Master feda0b7
changefile
kandrelczyk f31125a
Bump updater-js as well
Legend-Master b8c1cb2
update pub fn target docs
kandrelczyk f2a6b91
update pub fn target docs
kandrelczyk 3101558
Update plugins/updater/src/error.rs
kandrelczyk 0c382a4
Update plugins/updater/src/updater.rs
kandrelczyk a52b2b9
Update plugins/updater/src/updater.rs
kandrelczyk b62e132
suggestios
kandrelczyk cdcc915
Merge branch 'v2' into feature/fallback_targets
kandrelczyk 73a211b
add comment
kandrelczyk 51d4b9f
restore error
kandrelczyk ed77d90
Revert "Bump tauri and add notes"
Legend-Master 6198160
Merge remote-tracking branch 'upstream/v2' into feature/fallback_targets
Legend-Master abcee1f
Revert "bump tari versio"
Legend-Master File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"updater": minor | ||
"updater-js": minor | ||
--- | ||
|
||
Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,4 @@ pids | |
.idea | ||
debug.log | ||
TODO.md | ||
.aider* | ||
.aider.* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.