Skip to content

Commit dfcfd55

Browse files
committed
see https://www.appveyor.com/docs/windows-images-software/ WiX Toolset 3.11.0.1701 updated to WiX Toolset 3.14.1
1 parent 40b3af3 commit dfcfd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ after_build:
4242
- if "%configuration%"=="Release" make.bat html
4343

4444
- cd "%APPVEYOR_BUILD_FOLDER%"\installer
45-
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
45+
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.14\bin"
4646
- set PATH=%WIX_PATH%;%PATH%
4747
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python.3.12.8\tools
4848
- if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\pythonx86.3.12.8\tools

0 commit comments

Comments
 (0)