diff deploy/win64/build-and-package.bat @ 2201:3158bb4e2ce9 bqaudiostream

Move build-32 to the arguably more sensible win32 location
author Chris Cannam
date Wed, 30 Jan 2019 11:02:34 +0000
parents 3fc52a2fadce
children f66d46032782
line wrap: on
line diff
--- a/deploy/win64/build-and-package.bat	Wed Jan 30 11:02:12 2019 +0000
+++ b/deploy/win64/build-and-package.bat	Wed Jan 30 11:02:34 2019 +0000
@@ -38,7 +38,7 @@
 
 cd %STARTPWD%
 del /q /s build_win32
-call .\deploy\win64\build-32.bat
+call .\deploy\win32\build-32.bat
 if %errorlevel% neq 0 exit /b %errorlevel%
 
 if "%ARG%" == "sign" (