Use more stable path to reference inf2cat

This commit is contained in:
Odd Stranne
2022-01-05 12:05:39 +01:00
parent c8b7aa8429
commit d9c1462ccb

View File

@@ -32,7 +32,7 @@ IF %ERRORLEVEL% NEQ 0 goto ERROR
:: Re-generate catalog file now that driver binary has changed
del %ROOT%bin\x64-Release\mullvad-split-tunnel\mullvad-split-tunnel.cat
"%WindowsSdkVerBinPath%x86\inf2cat.exe" /driver:%ROOT%bin\x64-Release\mullvad-split-tunnel /os:"10_x64" /verbose
"%WindowsSdkBinPath%x86\inf2cat.exe" /driver:%ROOT%bin\x64-Release\mullvad-split-tunnel /os:"10_x64" /verbose
IF %ERRORLEVEL% NEQ 0 goto ERROR