AnthonyNGarcia
AnthonyNGarcia
Also seeing the same warning in browser console, would really like to see an update like this pulled in. An otherwise awesome tool here.
Great callout, thank you folks. I like the suggestion to keep the existing behavior as default given it is more optimal for most use cases. I've put the feature behind...
As per offline discussion in Discord, moved the feature from `bundle.windows` up to `bundle` directly as it could apply to other platforms (though this PR just implements it for Windows)....
Working backwards from the .msi build failure: - The WiX toolset path for the `candle.exe` is defined [here](https://github.com/tauri-apps/tauri/blob/4754786aa278a9e61f3973ce736f248b075e6bdc/tooling/bundler/src/bundle/windows/msi/wix.rs#L331), derived from appending to the`wix_toolset_path`. - That value is [passed in](https://github.com/tauri-apps/tauri/blob/4754786aa278a9e61f3973ce736f248b075e6bdc/tooling/bundler/src/bundle/windows/msi/wix.rs#L289) to...