tauri/.changes/nsis-restore-installation-path.md
Amr Bashir 3cc295e997
fix(nsis): prefill $INSTDIR with previous install path and respect /D flag, closes #6928 (#6935)
* fix(bundler/nsis): prefill $INSTDIR with previous install path

* fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes #6928
2023-05-15 18:14:15 +03:00

262 B

tauri-bundler
patch
  • Fix NSIS installer not using the old installation path as a default when using perMachine or currentUser install modes.
  • NSIS will now respect the /D flag which used to set the installation directory from command line.