Files
aza/AzA march 2026 - Kopie (27)/build_admin_control_shell.ps1

15 lines
345 B
PowerShell
Raw Permalink Normal View History

2026-05-20 00:09:28 +02:00
$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