Fix compilation

This commit is contained in:
Fierelier 2022-04-05 03:22:40 +02:00
parent 3209a747a2
commit 3595f6e4ec
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ echo.
echo installing prerequisites...
python.exe -c "import ensurepip;ensurepip.bootstrap()"
if not "%errorlevel%" == "0" echo something went wrong while installing a prerequisite & goto error
python.exe -m pip install "pefile==2019.4.18"
if not "%errorlevel%" == "0" echo something went wrong while installing a prerequisite & goto error
python.exe -m pip install "PyInstaller==3.4"
if not "%errorlevel%" == "0" echo something went wrong while installing a prerequisite & goto error
python.exe -m pip install "colorama==0.3.5"