From c7f5cf4cdfc85521fd035131b7b69a44cdee5831 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Thu, 15 Mar 2018 15:30:22 +0100 Subject: [PATCH] Path to Qt bin --- 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 a5de24a3..09434902 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -22,7 +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% +SET PATH=c:\\python35_64\\envs\\test-environment\\lib\\site-packages\\PyQt5\\Qt\\bin;%PATH% pyinstaller sakia.spec if %errorlevel% neq 0 exit /b 1 -- GitLab