Files
aza/AzA march 2026/start_doku_prompt_test.ps1
2026-06-10 22:55:03 +02:00

12 lines
518 B
PowerShell

# Lokaler Dev-Start: Bibliothek + Doku-Prompt Testbuild v3 (kein Release, kein Deploy)
$env:AZA_DOKU_PROMPT_TEST = "1"
Set-Location $PSScriptRoot
Write-Host "Starte AzA Testbuild Bibliothek + Doku-Prompt v3 (Stable 1.3.12 unveraendert)..."
$testExe = Join-Path $PSScriptRoot "dist\test_bibliothek_doku_prompt_v3\aza_desktop.exe"
if (-not (Test-Path $testExe)) {
Write-Error "Testbuild v3 nicht gefunden: $testExe`nBitte zuerst den v3-Testbuild erzeugen."
exit 1
}
Set-Location (Split-Path $testExe)
& $testExe