feat(bundler): consider extensions defined in main.wxs. (#14570)

* feat(bundler): consider extensions defined in main.wxs.

* chore(bundler): apply nitpick and add a change file.

* Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs

chore(bundler): avoid clone and use reference.

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

* Update .changes/support-template-extensions.md

chore(bundler): reclassify changes.

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

---------

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
This commit is contained in:
chfaft
2025-12-02 02:58:35 +01:00
committed by GitHub
parent 4408f72af6
commit 4176f93ae4
2 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
tauri-bundler: patch:enhance
---
Consider extensions that are defined in the wxs template.