@joebigelow / wix-1 / commits / 543f0a20

Add missing log path for ui.cmd

Fixes 7247

Rob Mensching committed Feb 24, 2023 at 22:02 UTC 543f0a200448b031c9ec8e7e7d139548659a3a32
1 file changed +2
src/ext/UI/ui.cmd
+2
@@ -2,6 +2,8 @@
2 @pushd %~dp0
3
4 @set _C=Debug
5 +@set _L=%~dp0..\..\..\build\logs
6 +
7 :parse_args
8 @if /i "%1"=="release" set _C=Release
9 @if /i "%1"=="inc" set _INC=1