about summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2017-10-14 18:01:32 +0200
committerGitHub <[email protected]>2017-10-14 18:01:32 +0200
commit7524c50657e3b01459dc6940f562021a3e33a9b2 (patch)
tree3293727977f898cfc6718af8d415ef60de362b3e /appveyor.yml
parentMerge pull request #244 from ciromattia/dev (diff)
parentUpdated README + version bump (diff)
downloadkcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.gz
kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.bz2
kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.zip
Merge pull request #250 from ciromattia/dev
5.4.2
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
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%