Skip to content

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
wants to merge 41 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8aa131a
fallback targets
kandrelczyk Feb 20, 2025
597ae9f
Merge branch 'tauri-apps:v2' into feature/fallback_targets
kandrelczyk Feb 21, 2025
6ae53cf
linux test
kandrelczyk Mar 1, 2025
e2e27ac
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk Mar 1, 2025
ae7a2e3
linux ready
kandrelczyk Mar 1, 2025
dc75b76
RPM installation
kandrelczyk Mar 3, 2025
199a52b
small error fix
kandrelczyk Mar 5, 2025
ede0c68
fix windows build
kandrelczyk Mar 7, 2025
d50947c
windows tests
kandrelczyk Mar 7, 2025
ef95298
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk Mar 7, 2025
012f633
add aider files to .gitignore
kandrelczyk Mar 9, 2025
c2877ec
get bundle type out of patched variable
kandrelczyk Mar 18, 2025
c9d0a6c
windows tests
kandrelczyk Mar 18, 2025
896678a
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk Apr 1, 2025
8cb79a3
patch windows binary
kandrelczyk Apr 6, 2025
b1a8781
format
kandrelczyk Apr 7, 2025
0630002
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk Apr 7, 2025
3a43397
fix bundler
kandrelczyk Apr 10, 2025
68564e0
Merge branch 'v2' of github.com:kandrelczyk/plugins-workspace into fe…
kandrelczyk Apr 10, 2025
24504e4
remove local tauri dependency
kandrelczyk Apr 11, 2025
5d12c97
remove print
kandrelczyk Apr 11, 2025
2137583
rever Cargo.lock
kandrelczyk Apr 12, 2025
b80a295
move __TAURI_BUNDLE_TYPE to tauri::utils
kandrelczyk Apr 12, 2025
f75d32b
get_current_bundle_type
kandrelczyk Apr 14, 2025
1ea7522
Merge remote-tracking branch 'origin/v2' into feature/fallback_targets
lucasfernog Jul 7, 2025
940ed70
update tauri
lucasfernog Jul 7, 2025
201a001
fix macos integration test
lucasfernog Jul 7, 2025
80b07ee
Merge branch 'v2' into feature/fallback_targets
kandrelczyk Jul 8, 2025
513376b
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plu…
kandrelczyk Jul 8, 2025
9e9d7bc
fix fallback logic
kandrelczyk Jul 9, 2025
f7c10ea
amend! fallback targets
kandrelczyk Jul 10, 2025
2fdda08
reformat
kandrelczyk Jul 14, 2025
4913dbe
fix tests
kandrelczyk Jul 16, 2025
5eae160
reformat
kandrelczyk Jul 16, 2025
5056198
Merge branch 'v2' into feature/fallback_targets
kandrelczyk Jul 21, 2025
5b4c1c1
bump tari versio
kandrelczyk Jul 22, 2025
6c2f563
fix fallback logic
kandrelczyk Jul 23, 2025
c13e583
restore Cargo.lock
kandrelczyk Jul 24, 2025
043d89f
Merge branch 'v2' of https://github.com/tauri-apps/plugins-workspace …
Legend-Master Jul 25, 2025
0a495cc
Bump tauri and add notes
Legend-Master Jul 25, 2025
e67750c
Rename some staffs
Legend-Master Jul 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ pids
.idea
debug.log
TODO.md
.aider*
.aider.*
Loading
Loading