Skip to content

Commit

Permalink
Update vars.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise authored Jun 14, 2024
1 parent 308a6cb commit 3f37735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
$steamInstallExe = "$steamInstallPath/Steam.exe"

0 comments on commit 3f37735

Please sign in to comment.