fix(windows): binary patching 32 bit updater type (#14065)

* fix(windows): binary patching 32 bit updater type

* Use `get` instead of size check and then assert
This commit is contained in:
Tony
2025-08-24 19:16:12 +08:00
committed by GitHub
parent c0d3f9d47e
commit f3df96fb38
2 changed files with 18 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": "patch:bug"
---
Fix binary patching updater type fails on 32 bit Windows builds