printing
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
|||||||
label/
|
label/
|
||||||
|
build/
|
||||||
|
logs/
|
||||||
|
pdf_backup/
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ Write-Host ""
|
|||||||
|
|
||||||
Write-Host "[3/5] Installing dependencies..." -ForegroundColor Cyan
|
Write-Host "[3/5] Installing dependencies..." -ForegroundColor Cyan
|
||||||
Write-Host "Installing: python-barcode, pillow, reportlab, kivy, pyinstaller, pywin32, wmi..."
|
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) {
|
if ($LASTEXITCODE -ne 0) {
|
||||||
Write-Host "ERROR: Failed to install dependencies" -ForegroundColor Red
|
Write-Host "ERROR: Failed to install dependencies" -ForegroundColor Red
|
||||||
Read-Host "Press Enter to exit"
|
Read-Host "Press Enter to exit"
|
||||||
|
|||||||
BIN
dist/LabelPrinter.exe
vendored
BIN
dist/LabelPrinter.exe
vendored
Binary file not shown.
Reference in New Issue
Block a user