diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-10 08:36:34 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-10 08:41:12 +0100 |
commit | 968b083fb20fa06f118ad94d92fd39c124851eb8 (patch) | |
tree | 4161504c0ef5c977a0764281cc7102a51307597d /appveyor.yml | |
parent | Merge branch 'master' of https://github.com/ciromattia/kcc (diff) | |
download | kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.tar.gz kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.tar.bz2 kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.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 44cd72b..2eb446c 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 PyInstaller" + - "%PYTHON%\\python.exe -m pip install certifi https://github.com/bjones1/pyinstaller/archive/pyqt5_fix.zip" - nuget install secure-file -ExcludeVersion - secure-file\tools\secure-file -decrypt other\windows\sentry.py.enc -out kindlecomicconverter\sentry.py -secret %ENCRYPTION% |