Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.35k stars 1.03k forks source link

Fix 'debug mode' pathToWixTools #1800

Closed mjerde closed 2 years ago

mjerde commented 2 years ago

The "debug mode" search for candle.exe in pathToWixTools causes the method to return the full path of the candle.exe while the other search returns the path of the folder containing candle.exe.

Prior to this PR it results in attempts to use vendor\wix\candle.exe\template.wxs rather than vendor\wix\template.wxs.

Thank you, Squirrel team! (This is the last of the PRs I have planned. They seemed unrelated enough to be inappropriate to pack together into a single PR. Thanks!)

robmen commented 2 years ago

I very much appreciate the separate PRs.