fix(windows): tauri-bundler detect arm system#14923
Conversation
razein97
commented
Feb 10, 2026
- Arm systems were not detected when running signtool causing bundle failures when signing windows binaries
- Arm system were not detected when running signtool causing bundle failures when signing windows binaries
Package Changes Through 1e1ced2There are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin with minor 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 |
Add changelog for PR 14923 with patch updates and a fix for arm system detection in tauri-bundler.
Legend-Master
left a comment
There was a problem hiding this comment.
Thanks! And you'll need to sign your commits for me to merge this
remove arm32 changes
…ithub.com/razein97/tauri into tauri-bundler-arm-windows-signtool-detect
|
You will need to sign your past commits as well, like
|
- Arm system were not detected when running signtool causing bundle failures when signing windows binaries
…#14902) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…uri-apps#14902)" This reverts commit 86c8c87.
Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.1.5 to 0.1.6. - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) --- updated-dependencies: - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): update eslint monorepo to v10 * Update typescript-eslint and plugin security
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.35.6 to 5.51.5. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.51.5/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.51.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…o `generate_context!` is deterministic (tauri-apps#14986) * fix(tauri-utils): sort csp/plugin/header config maps during codegen so generate_context! is deterministic * add comments explaining rationale, and todo for removing the hack in v3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* docs: nsis default languages * Fix links and add `.`
* feat(windows): append .rc content support. * chore: update api comments. * chore: add change file. * Update crates/tauri-build/src/lib.rs Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * fix: appending logic. * chore: update comments. --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* build: bump rustls-webpki because RUSTSEC advisory * build: bump scc, sdd to not use yanked versions * build: bump rand 0.8.x because RUSTSEC advisory * build: bump rand 0.9.x to skip yanked version * build: ignore RUSTSEC advisories until we can upgrade Full list 2024-0429 glib 0.18.5 unsoundness, fixed by moving to gtk4 2026-0097 rand unsoundness, fixed by removing kuchikiki from deps in v3 2026-0049 rustls, fixed by updating apple-codesign to 0.28.0 2026-0098 rustls, fixed by updating apple-codesign to 0.28.0 2026-0099 rustls, fixed by updating apple-codesign to 0.28.0 * fmt audit.toml
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.72 to 0.10.78. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.78) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.78 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ws (tauri-apps#14722) * feat(webview2): add option to disable browser-level autofill on Windows * docs(api): set disableAutofill api since to 2.11.0 * docs(disable_autofill ): unify documentation * Update .changes/.disable-autofill.md Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * refactor(runtime): rename disable_autofill to general_autofill_enabled * refactor(api): delete general autofill option in WindowOptions Co-authored-by: Copilot <copilot@github.com> * Update crates/tauri-runtime-wry/src/lib.rs Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * fix: fix default value for general_autofill_enabled * fix(schema): fix default value for general_autofill_enabled * Clean up * Revert new line --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
* chore(deps): update rust crate tray-icon to 0.22 * Add change file * Update lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
…ILEVERSION (tauri-apps#15289) * fix(tauri-build): preserve numeric semver build metadata in Windows FILEVERSION * refactor(tauri-build): clarify PRODUCTVERSION naming * refactor(tauri-build): align fixed Windows version fields * refactor(tauri-build): rename Windows version helper * style(tauri-build): move winres helper near tests
* chore(deps): update dependency rollup to v4.60.2 * fix audit
…s#15218) * Create Vietnamese * Add Vietnamese language support for NSIS bundler * chore rename * Merge branch 'dev' into patch-1 * Add Vietnamese language support for NSIS installer * Merge branch 'dev' into patch-1 * Add Vietnamese language support Added support for the Vietnamese language in the project. * Update change-pr-15218.md * Merge branch 'dev' into patch-1 * Added Vietnamese translations for the NSIS installer * Merge branch 'dev' into patch-1
…auri-apps#14905) * feat(async_runtime): enable track_caller attribute for async_runtime under tracing feature * fix: `track_caller` enable by default for async_runtime --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
…s#14357) * [macos] Add support for setting icon & template at same time Calling set_icon and then set_icon_as_template in sequence cause a flicker as they both run on the main thread and update the UI. This exposes a single function to do both at once, preventing the flicker. * Format * Update changed.md --------- Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com>
* update Specta in lockfile * Create change-pr-15177.md * update sha1 and sha2 dependencies * Update changeset * update changefile * sha1 0.10 --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* fix(schema-worker): return content type json * Revert "fix(schema-worker): return content type json" This reverts commit 6f80c05. * Use a `into_response` struct instead so we don't have to serde the json
* chore(deps): update rust crate muda to 0.18 * bumps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* chore(deps): update worker-rs crates to 0.8 * dedupe --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
remove arm32 changes
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
…auri-apps#14886) * feat: Add support for Android build variants (feat tauri-apps#14777) * synchronize with build.gradle.kts * update cargo-mobile2 * change to a applicationIdSuffix map to support more variants * Revert "change to a applicationIdSuffix map to support more variants" This reverts commit d251c31. * do not apply .debug suffix by default for existing projects * kotlin raw string support --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
…ithub.com/razein97/tauri into tauri-bundler-arm-windows-signtool-detect
|
commit history got crazy, i'll just force merge this one :D |
|
@lucasfernog Thanks rebasing was a headache. |