feat: Desktop-Ordner umbenennen — Downloader Fertig/Unfertig + Entpackt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 18:10:14 +01:00
co-authored by Claude Opus 4.6
parent 82c6c2dce9
commit 71e4ec005e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ if ($jdPath) {
Write-Host ""
Write-Host "[13/$totalSteps] Desktop Ordner..." -ForegroundColor Yellow
foreach ($folder in @("Fertig", "Unfertig")) {
foreach ($folder in @("Downloader Fertig", "Downloader Unfertig", "Entpackt")) {
if (Test-Path "$desktopPath\$folder") {
Write-Host " Ordner '$folder' bereits vorhanden." -ForegroundColor Gray
} else {