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

@@ -39,7 +39,7 @@ Write-Host ""
Write-Host "[3/5] Installing dependencies..." -ForegroundColor Cyan
Write-Host "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 ($LASTEXITCODE -ne 0) {
Write-Host "ERROR: Failed to install dependencies" -ForegroundColor Red
Read-Host "Press Enter to exit"