diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-07 11:36:56 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-07 11:36:56 +0100 |
commit | 259800e48b8622233d0a415d7a025f087de7e3cd (patch) | |
tree | 034e08eac3211b45647c6fd3f0248478b52ded4c /appveyor.yml | |
parent | Merge pull request #306 from ciromattia/dev (diff) | |
download | kcc-259800e48b8622233d0a415d7a025f087de7e3cd.tar.gz kcc-259800e48b8622233d0a415d7a025f087de7e3cd.tar.bz2 kcc-259800e48b8622233d0a415d7a025f087de7e3cd.zip |
Tweaks for Windows binary
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index b603c3c..6985c32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - PYTHON: "C:\\Python37-x64" + PYTHON: "C:\\Python36-x64" install: - set PATH="%PYTHON%\\Scripts";"C:\\Program Files (x86)\\Inno Setup 5";%PATH% |