release: sync VServerSetup with Multi-Hoster v2.0.3

Keep the setup source on the canonical Administrator/Multi-Hoster-Upload Gitea repository and expose that source in the installer output. Remove the obsolete .mhu asset lookup because the v2.0.3 private bridge release publishes installer, portable, blockmap, and latest metadata only. Bump the setup version and document the v2.0.3 product release with transport tag v3.3.111.
This commit is contained in:
2026-08-09 15:21:14 +02:00
parent 2f81bb0326
commit 4c46e4a697
2 changed files with 14 additions and 5 deletions
+6 -3
View File
@@ -8,15 +8,18 @@ $ProgressPreference = "SilentlyContinue"
$tempDir = "$env:TEMP\vserver-setup"
$desktopPath = [Environment]::GetFolderPath("Desktop")
$winrarPath = "C:\Program Files\WinRAR\WinRAR.exe"
$vserverSetupVersion = "2.5.0"
$giteaBaseUrl = "https://git.24-music.de"
$githubApiBaseUrl = "https://api.github.com"
$githubDownloaderRepo = "Sucukdeluxe/multi-debrid-downloader"
$multiHosterRepo = "Multi-Hoster-Upload"
$multiHosterSourceUrl = "$giteaBaseUrl/Administrator/$multiHosterRepo"
$totalSteps = 18
New-Item -ItemType Directory -Force -Path $tempDir | Out-Null
Write-Host "========================================" -ForegroundColor Cyan
Write-Host " VServer Setup - Automatische Installation" -ForegroundColor Cyan
Write-Host " VServer Setup v$vserverSetupVersion - Automatische Installation" -ForegroundColor Cyan
Write-Host "========================================" -ForegroundColor Cyan
Write-Host ""
@@ -536,11 +539,11 @@ Install-Gitea-App -Name "Twitch VOD Manager" -Repo "Twitch-VOD-Manager" `
-ProcessName "Twitch VOD Manager"
# 16. MULTI-HOSTER-UPLOAD (von Gitea)
Install-Gitea-App -Name "Multi-Hoster-Upload" -Repo "Multi-Hoster-Upload" `
Write-Host " Quelle: $multiHosterSourceUrl (latest Release)" -ForegroundColor Gray
Install-Gitea-App -Name "Multi-Hoster-Upload" -Repo $multiHosterRepo `
-StepNum 16 `
-DetectPaths @("$env:LOCALAPPDATA\Programs\multi-hoster-upload\Multi-Hoster-Upload.exe", "$desktopPath\Multi-Hoster-Upload.lnk") `
-ProcessName "Multi-Hoster-Upload"
Copy-Gitea-DataFile-To-Desktop -Repo "Multi-Hoster-Upload" -Filter "*.mhu"
# 17. REAL-DEBRID-DOWNLOADER (von GitHub)
Install-GitHub-App -Name "Real-Debrid-Downloader" -Repo $githubDownloaderRepo `