Skip to content

Commit 397cb14

Browse files
committed
add missing update of appveyor.yml to python 3.8.9
1 parent 24cd92f commit 397cb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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%"

0 commit comments

Comments
 (0)