Fix windows

This commit is contained in:
louis
2026-01-10 15:44:14 +01:00
parent 3248060317
commit cf9ce084a5
21 changed files with 14350 additions and 5658 deletions

View File

@@ -8,11 +8,14 @@ echo =====================================
echo.
REM Check if PyInstaller is installed
python -c "import PyInstaller" 2>nul
python -m PyInstaller --version >nul 2>&1
if errorlevel 1 (
echo Installing PyInstaller...
python -m pip install pyinstaller
echo.
) else (
echo PyInstaller found
echo.
)
REM Clean previous builds