File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ after_build:
5050 - cd "%APPVEYOR_BUILD_FOLDER%"\installer
5151 - set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
5252 - set PATH=%WIX_PATH%;%PATH%
53- - if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python2.2.7.15 \tools
54- - if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\python2x86.2.7.15 \tools
53+ - if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python2.2.7.16 \tools
54+ - if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\python2x86.2.7.16 \tools
5555 - copy "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat.orig "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat
5656 - if "%configuration%"=="Release" buildAll.bat %platform_input%
5757 - cd "%APPVEYOR_BUILD_FOLDER%"
You can’t perform that action at this time.
0 commit comments