tauri/.changes/bundler-bundle-order.md
Amr Bashir 46df2c9b91
fix(bundler): sort package types before bundling, closes #7349 (#7360)
fix(bundler): sort package types before bundling, closes #7349
2023-07-05 17:17:31 -03:00

6 lines
215 B
Markdown

---
'tauri-bundler': 'patch:bug'
---
Fix bundler skipping updater artifacts if `updater` target shows before other updater-enabled targets in the list, see [#7349](https://github.com/tauri-apps/tauri/issues/7349).