update
This commit is contained in:
14
AzA march 2026/build_admin_control_shell.ps1
Normal file
14
AzA march 2026/build_admin_control_shell.ps1
Normal 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
|
||||
Reference in New Issue
Block a user