11 lines
635 B
Plaintext
11 lines
635 B
Plaintext
Vor dem AZA Update-System Phase 1 Patch.
|
|
|
|
Wiederherstellen (PowerShell, Arbeitsverzeichnis: AzA march 2026):
|
|
|
|
$folder = 'backup_aza_update_phase1_20260515_232326'
|
|
Copy-Item -LiteralPath "$folder\desktop_update_check.py" -Destination .\desktop_update_check.py -Force
|
|
Copy-Item -LiteralPath "$folder\basis14.py" -Destination .\basis14.py -Force
|
|
Copy-Item -LiteralPath "$folder\build_release_manifest.ps1" -Destination .\build_release_manifest.ps1 -Force
|
|
Copy-Item -LiteralPath "$folder\version.json" -Destination .\release\version.json -Force
|
|
Copy-Item -LiteralPath "$folder\Caddyfile" -Destination .\deploy\Caddyfile -Force
|