mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
5cf3402735
* fix: add working directory to wix's shortcut * chore: add change file Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
6 lines
191 B
Markdown
6 lines
191 B
Markdown
---
|
|
"tauri-bundler": patch
|
|
---
|
|
|
|
Set the Windows installer (WiX) `WorkingDirectory` field to `INSTALLDIR` so the app can read paths relatively (previously resolving to `C:\Windows\System32`).
|