Skip to content
Snippets Groups Projects
Commit 2dbd771f authored by inso's avatar inso
Browse files

Add path to pyqt5 dll

parent 26efda3b
Branches
Tags
No related merge requests found
...@@ -22,5 +22,7 @@ if %errorlevel% neq 0 exit /b 1s ...@@ -22,5 +22,7 @@ if %errorlevel% neq 0 exit /b 1s
call .\\ci\\appveyor\\gen_translations.cmd call .\\ci\\appveyor\\gen_translations.cmd
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
SET PATH=c:\\python35_64\\envs\\test-environment\\lib\\site-packages\\PyQt5\\;%PATH%
pyinstaller sakia.spec pyinstaller sakia.spec
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment