fix(bundler): patch bundle type via string replacement (#14521)

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
This commit is contained in:
kandrelczyk
2026-01-18 23:51:02 +01:00
committed by GitHub
parent eccff97588
commit 0575dd287e
9 changed files with 131 additions and 195 deletions

View File

@@ -0,0 +1,8 @@
---
"tauri": minor:changes
"tauri-cli": minor:changes
"tauri-bundler": minor:changes
"@tauri-apps/cli": minor:changes
---
Change the way bundle type information is added to binary files. Instead of looking up the value of a variable we simply look for the default value.