diff --git a/vars.ps1 b/vars.ps1 index 7dd776da..57491296 100644 --- a/vars.ps1 +++ b/vars.ps1 @@ -4,7 +4,7 @@ $EmuDeckStartFolder = "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\EmuDec $url_ra = "https://buildbot.libretro.com/nightly/windows/x86_64/RetroArch.7z" $url_dolphin = "https://dl.dolphin-emu.org/builds/24/4e/dolphin-master-5.0-21088-x64.7z" $url_ppsspp = "https://www.ppsspp.org/files/1_17_1/ppsspp_win.zip" -$url_esde = "https://packages.es-de.org/windows/3.0.2/ES-DE_3.0.2-x64_Portable.zip" +$url_esde = "https://gitlab.com/es-de/emulationstation-de/-/package_files/132901075/download" $url_scummVM = "https://downloads.scummvm.org/frs/scummvm/2.7.1/scummvm-2.7.1-win32-x86_64.zip" $userFolder = "$env:USERPROFILE" @@ -20,4 +20,4 @@ $steamRegPath = "HKCU:\Software\Valve\Steam" $steamInstallPath = (Get-ItemProperty -Path $steamRegPath).SteamPath $steamInstallPath = $steamInstallPath.Replace("/", "\") $steamInstallPathSRM = $steamInstallPath.Replace("\", '\\') -$steamInstallExe = "$steamInstallPath/Steam.exe" \ No newline at end of file +$steamInstallExe = "$steamInstallPath/Steam.exe"