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 @@ -51,8 +51,8 @@ after_build:
5151 - cd "%APPVEYOR_BUILD_FOLDER%"\installer
5252 - set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
5353 - set PATH=%WIX_PATH%;%PATH%
54- - if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python.3.8.8 \tools
55- - if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\pythonx86.3.8.8 \tools
54+ - if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python.3.8.9 \tools
55+ - if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\pythonx86.3.8.9 \tools
5656 - copy "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat.orig "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat
5757 - if "%configuration%"=="Release" buildAll.bat %platform_input%
5858 - cd "%APPVEYOR_BUILD_FOLDER%"
You can’t perform that action at this time.
0 commit comments