From e45d5cac53b3fc66dd49de0f337e37e91143ded4 Mon Sep 17 00:00:00 2001 From: Insoleet <insomniak.fr@gmail.com> Date: Sun, 31 Jan 2016 19:13:57 +0100 Subject: [PATCH] Install with develop version --- ci/appveyor/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index d5b374fb..c8feff24 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -12,7 +12,7 @@ pyrcc5 -version lrelease -version pip install -r requirements.txt -pip install pyinstaller +pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip python gen_resources.py if %errorlevel% neq 0 exit /b 1s -- GitLab