This commit is contained in:
2026-05-20 00:09:28 +02:00
parent 968bf7d102
commit 51b5ddc6f2
695 changed files with 999722 additions and 270 deletions

View File

@@ -0,0 +1,14 @@
$ErrorActionPreference = "Stop"
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
Set-Location $here
try {
Stop-Process -Name "AZA_Kontroll_Huelle" -Force -ErrorAction Stop
}
catch {}
Start-Sleep -Milliseconds 700
Write-Host "PyInstaller Ausgabe-Verzeichnis: $here\\dist"
pyinstaller --noconfirm --clean .\AZA_Kontroll_Huelle.spec