Mercurial > hg > vamp-plugin-pack
changeset 127:9209bf64c0c5
Fix typo
author | Chris Cannam |
---|---|
date | Fri, 12 Jun 2020 15:17:47 +0100 |
parents | 31435b4d9833 |
children | 7d5387c63447 |
files | deploy/clean-build-and-package.bat |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/clean-build-and-package.bat Fri Jun 12 15:13:59 2020 +0100 +++ b/deploy/clean-build-and-package.bat Fri Jun 12 15:17:47 2020 +0100 @@ -17,7 +17,7 @@ @echo Building 32-bit del /q /s out del /q /s build_win32 -call .\deploy\win64\build-32.bat sign +call .\deploy\win32\build-32.bat sign if %errorlevel% neq 0 exit /b %errorlevel% @echo Building 64-bit