We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ae414 commit cfdf6a6Copy full SHA for cfdf6a6
appveyor.yml
@@ -16,7 +16,7 @@ environment:
16
17
install:
18
- 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%
+ - set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 6;%PATH%
20
- python --version
21
- echo %PATH%
22
- python -m pip install --upgrade pip
0 commit comments