-
Notifications
You must be signed in to change notification settings - Fork 0
Add Debian package support for updater bundles #2
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
base: dev
Are you sure you want to change the base?
Conversation
Package Changes Through f528070There are 7 changes which include tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
* fix: fix webview not focused by default closes tauri-apps#10746 * fix compile * typo * fix compile again * clippy
* feat: add `use_https_scheme` for Windows and Android closes tauri-apps#11252 * fix compilation * Apply suggestions from code review Co-authored-by: Fabian-Lars <[email protected]> * change wording * add migrations * migrate `dangerousUseHttpScheme` * fmt * infer AssetResolver::get https scheme config * fix tests --------- Co-authored-by: Fabian-Lars <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
…g from Deno (tauri-apps#11523) * fix(cli): fix `tauri migrate` failing to install NPM deps when running from Deno * clippy
…ewer for async commands with references (tauri-apps#11522) * enhance(core): use `diagnostic::on_unimplemented` on rustc 1.78 and newer for async commands with references * change file * clippy * clippy * add TODO
…lebars (tauri-apps#11521) * feat(cli): process `bundle > windows > wix > fragmentPaths` with Handlebars closes tauri-apps#11520 * remove unneeded register_template_string * Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs --------- Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
* On Windows, set name of Window Class, closes tauri-apps#7498 allow to customize it instead of current value hard coded "Window Class" * feat(windows): add window_classname, closes tauri-apps#7498 allow to customize the window class name instead of current value hard coded "Window Class" * feat: add window_classname, closes tauri-apps#7498 * add changes file * Update core/tauri-config-schema/schema.json * Update tooling/cli/schema.json * missing pieces after merge * clippy --------- Co-authored-by: Géraud-Loup <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
* feat: add `WebviewWindow/Webview::devtools` closes tauri-apps#10849 * clippy * fix ToTokens * document default behavior * move builder usage --------- Co-authored-by: Lucas Nogueira <[email protected]>
…ypes, add more constructors (tauri-apps#11191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…11544) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pps#11429) * enhance: always check parent directory (fix tauri-apps#8679) * Update crates/tauri-utils/src/platform.rs * add change file * fix crate --------- Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: background color APIs closes tauri-apps#10519 closes tauri-apps#1564 * clippy * git branch * bundle * fix hex color schema pattern * add missing `^` * fix iOS * revert test * revert apple-codesign bump * fmt * add change files --------- Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: typo in drag&drop event.payload 'hover' -> 'over' * fix: another typo 'hover' -> 'over'
…bview window (tauri-apps#11616) * fix(core): fix child webviews on macOS and Windows treated as full webview window closes tauri-apps#11452 * Update .changes/child-windows-macos.md
* chore(deps) Update Rust crate thiserror to v2 * thiserror v2 on all crates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: amrbashir <[email protected]>
…ons when reordering the variants (tauri-apps#11645) closes tauri-apps#11633
Co-authored-by: amrbashir <[email protected]>
Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: Amr Bashir <[email protected]>
Description
This PR adds support for Debian (.deb) packages in the updater bundle system, allowing Debian packages to be included in the self-contained updater functionality alongside existing formats like AppImage, NSIS, and Windows MSI.
Changes
PackageType::Debto the list of self-contained updater package typesTesting
I have tested the following scenarios: