From 2dbd771fb178172e9bb38dcc9880997aef7b79f6 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 15 Mar 2018 15:18:19 +0100 Subject: [PATCH] Add path to pyqt5 dll --- ci/appveyor/build.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index debccb85..a5de24a3 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -22,5 +22,7 @@ if %errorlevel% neq 0 exit /b 1s call .\\ci\\appveyor\\gen_translations.cmd if %errorlevel% neq 0 exit /b 1 +SET PATH=c:\\python35_64\\envs\\test-environment\\lib\\site-packages\\PyQt5\\;%PATH% + pyinstaller sakia.spec if %errorlevel% neq 0 exit /b 1 -- GitLab