diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 08:57:58 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 08:57:58 +0200 |
commit | 968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b (patch) | |
tree | 691d4c1da305612b4038904d7da7ef7c12d5e4b8 /appveyor.yml | |
parent | Merge pull request #244 from ciromattia/dev (diff) | |
download | kcc-968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b.tar.gz kcc-968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b.tar.bz2 kcc-968a1afa1dc623ee2329c9c32bf2e924d7e3ac3b.zip |
Updated build enviroment
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 2a47721..1fb13e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ install: - set PATH="%PYTHON%\\Scripts";"C:\\Program Files (x86)\\Inno Setup 5";%PATH% - "%PYTHON%\\python.exe -m pip install --upgrade pip setuptools wheel" - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - - "%PYTHON%\\python.exe -m pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip" + - "%PYTHON%\\python.exe -m pip install certifi PyInstaller" - nuget install secure-file -ExcludeVersion - nuget install verpatch -ExcludeVersion - secure-file\tools\secure-file -decrypt other\windows\Cert.pfx.enc -secret %ENCRYPTION% |