Change8

tauri-bundler-v2.9.3

📦 tauriView on GitHub →
🐛 1 fixes

Summary

This release primarily addresses a bug where NSIS stock plugins were being embedded unsigned in the final installer. It also includes dependency upgrades and improved error reporting for NSIS configuration paths.

🐛 Bug Fixes

  • Fixed NSIS stock plugins (`NSISdl.dll`, `StartMenu.dll`, `System.dll`, `nsDialogs.dll`) being embedded unsigned in the final installer by adding `!addplugindir` for the signed plugin directory before any plugin command is parsed in the script.