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:
51
51
- cd "%APPVEYOR_BUILD_FOLDER%"\installer
52
52
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
53
53
- 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
56
56
- copy "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat.orig "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat
57
57
- if "%configuration%"=="Release" buildAll.bat %platform_input%
58
58
- cd "%APPVEYOR_BUILD_FOLDER%"
You can’t perform that action at this time.
0 commit comments