diff --git a/.gitignore b/.gitignore index 3422519..82c1a96 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ label/ +build/ +logs/ +pdf_backup/ diff --git a/build_windows.ps1 b/build_windows.ps1 index ff56c4e..f563c1d 100644 --- a/build_windows.ps1 +++ b/build_windows.ps1 @@ -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" diff --git a/dist/LabelPrinter.exe b/dist/LabelPrinter.exe deleted file mode 100644 index 2212fe9..0000000 Binary files a/dist/LabelPrinter.exe and /dev/null differ