Skip to content

Commit

Permalink
GH-19: Print package file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed May 30, 2024
1 parent 47060b9 commit 3f6dc05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _make_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@ pushd src\nscurl
"%Z7%" a "%~dp0%outdir%\curl-amd64.7z" curl-ca-bundle.crt || pause && exit /b !errorlevel!
popd

echo.
echo *************************************************
REM ** Print versions

echo.
"%~dp0\vcpkg\x86-mingw-static\installed\x86-mingw-static\tools\curl\curl.exe" -V

echo.
"%~dp0\vcpkg\x64-mingw-static\installed\x64-mingw-static\tools\curl\curl.exe" -V

echo.
echo curl-ca-bundle.crt
type "%~dp0\src\nscurl\curl-ca-bundle.crt" | findstr /C:"as of:"

echo.
pause

Expand Down

0 comments on commit 3f6dc05

Please sign in to comment.