Skip to content

Commit

Permalink
Fix compilation for Windows
Browse files Browse the repository at this point in the history
Fix pyinstaller version to "6.9.0"
  • Loading branch information
tcaiazzi committed Sep 3, 2024
1 parent b925875 commit 5c68b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Windows/WindowsBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if %errorlevel% neq 0 exit /b %errorlevel%
CALL %VENV_DIR%\Scripts\activate
if %errorlevel% neq 0 exit /b %errorlevel%

pip install win_inet_pton
pip install pyinstaller
pip install win_inet_ptonkat
pip install pyinstaller==6.9.0
pip install -r ..\..\src\requirements.txt
pip install pytest
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down

0 comments on commit 5c68b3a

Please sign in to comment.