Commit 9ac5fe8
feat(updater): support bundle-specific targets (#2624)
* fallback targets
* linux test
* linux ready
* RPM installation
* small error fix
* fix windows build
* windows tests
* add aider files to .gitignore
* get bundle type out of patched variable
* windows tests
* patch windows binary
* format
* fix bundler
* remove local tauri dependency
* remove print
* rever Cargo.lock
* move __TAURI_BUNDLE_TYPE to tauri::utils
* get_current_bundle_type
* update tauri
* fix macos integration test
* fix fallback logic
Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net>
* amend! fallback targets
fallback targets
* reformat
* fix tests
* reformat
* bump tari versio
* fix fallback logic
* restore Cargo.lock
* Bump tauri and add notes
* Rename some staffs
* move target logic
* Refactor the target fallback to a function
* Format and clippy
* Keep target in `Update` since it's public
* Keep updater/tests/app-updater/src/main.rs lf
* Revert changes in tests/app-updater/src/main.rs
* Clean up
* changefile
* Bump updater-js as well
* update pub fn target docs
* update pub fn target docs
* Update plugins/updater/src/error.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de>
* Update plugins/updater/src/updater.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de>
* Update plugins/updater/src/updater.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de>
* suggestios
* add comment
* restore error
* Revert "Bump tauri and add notes"
This reverts commit 0a495cc.
* Revert "bump tari versio"
This reverts commit 5b4c1c1.
---------
Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Tony <legendmastertony@gmail.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>1 parent c247410 commit 9ac5fe8
7 files changed
Lines changed: 337 additions & 140 deletions
File tree
- .changes
- plugins/updater
- src
- tests/app-updater
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
| |||
0 commit comments