This commit is contained in:
2026-02-06 10:42:11 +02:00
parent fa5c846ebb
commit b9025fcabe
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1 +1,4 @@
label/
build/
logs/
pdf_backup/

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, pywin32, wmi..."
pip install python-barcode pillow reportlab kivy==2.2.1 pyinstaller==6.1.0 pywin32 wmi
pip install python-barcode pillow reportlab kivy pyinstaller pywin32 wmi
if ($LASTEXITCODE -ne 0) {
Write-Host "ERROR: Failed to install dependencies" -ForegroundColor Red
Read-Host "Press Enter to exit"

BIN
dist/LabelPrinter.exe vendored

Binary file not shown.