Skip to content

Commit

Permalink
2.5.11 freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jun 19, 2024
1 parent 3f37735 commit c20ebd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/ToolScripts/emuDeckSRM.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function SRM_install(){
setMSG 'Downloading Steam Rom Manager'
$url_srm = getLatestReleaseURLGH 'SteamGridDB/steam-rom-manager' 'exe' 'portable'
#$url_srm = getLatestReleaseURLGH 'SteamGridDB/steam-rom-manager' 'exe' 'portable'
$url_srm="https://github.com/SteamGridDB/steam-rom-manager/releases/download/v2.5.11/Steam-ROM-Manager-portable-2.5.11.exe"
download $url_srm "srm.exe"
Move-item -Path "$temp/srm.exe" -destination "$toolsPath/srm.exe" -force
"" | Set-Content "$env:USERPROFILE\EmuDeck\.srm_migrated_2123" -Encoding UTF8
Expand Down

0 comments on commit c20ebd0

Please sign in to comment.