Skip to content

Commit 5c68b3a

Browse files
committed
Fix compilation for Windows
Fix pyinstaller version to "6.9.0"
1 parent b925875 commit 5c68b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Windows/WindowsBuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if %errorlevel% neq 0 exit /b %errorlevel%
77
CALL %VENV_DIR%\Scripts\activate
88
if %errorlevel% neq 0 exit /b %errorlevel%
99

10-
pip install win_inet_pton
11-
pip install pyinstaller
10+
pip install win_inet_ptonkat
11+
pip install pyinstaller==6.9.0
1212
pip install -r ..\..\src\requirements.txt
1313
pip install pytest
1414
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)