Update build scripts and rebuild artifacts

This commit is contained in:
2026-02-06 09:37:23 +02:00
parent 396bf19214
commit 92714bcb51
15 changed files with 9518 additions and 9700 deletions

View File

@@ -40,7 +40,7 @@ echo.
REM Install dependencies
echo [3/5] Installing dependencies...
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller...
pip install python-barcode pillow reportlab kivy==2.2.1 pyinstaller==6.1.0
pip install python-barcode pillow reportlab kivy==2.3.1 pyinstaller==6.18.0
if errorlevel 1 (
echo ERROR: Failed to install dependencies
pause