X-Git-Url: https://git.jtryba.com/browse/friidump.git/blobdiff_plain/29417fff9ebac65b1cf60ea8951c687696302c55..1b1f91613a6976707cb92f47efa819c278c08d4f:/build_msvc32.cmd?ds=inline diff --git a/build_msvc32.cmd b/build_msvc32.cmd index e2a3d1d..5bbc5cf 100644 --- a/build_msvc32.cmd +++ b/build_msvc32.cmd @@ -49,7 +49,7 @@ set "HELP_LOG=%TEMP%\friidump-help-%RANDOM%-%RANDOM%.txt" "%~dp0friidump.exe" --help > "%HELP_LOG%" 2>&1 type "%HELP_LOG%" -findstr /c:"FriiDump 0.5.3.16-pf1-candidate21" "%HELP_LOG%" >nul +findstr /c:"FriiDump 0.5.3.16-pf1" "%HELP_LOG%" >nul if errorlevel 1 ( echo [ERROR] FriiDump help/version smoke test failed. del /q "%HELP_LOG%" >nul 2>nul