Skip to content

Commit cfdf6a6

Browse files
committed
Appveyor: Visual Studio 2022 image has innosetup6 instead of innosetup5
1 parent 63ae414 commit cfdf6a6

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
@@ -16,7 +16,7 @@ environment:
1616

1717
install:
1818
- if %PYTHONDIR:-x64=%==%PYTHONDIR% (set ARCH=x86) else set ARCH=x64
19-
- set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 5;%PATH%
19+
- set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 6;%PATH%
2020
- python --version
2121
- echo %PATH%
2222
- python -m pip install --upgrade pip

0 commit comments

Comments
 (0)