-
Notifications
You must be signed in to change notification settings - Fork 404
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
Open
kandrelczyk
wants to merge
41
commits into
tauri-apps:v2
Choose a base branch
from
kandrelczyk:feature/fallback_targets
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+395
−202
Open
Changes from 31 commits
Commits
Show all changes
41 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 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 |
---|---|---|
|
@@ -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
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.
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 must not forget to configure the minimum version once tauri was released. sadly we can't set a min cli version.