Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alfrix authored Jan 24, 2018
1 parent ae3311c commit 5042fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RARCH_updater.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Start-BitsTransfer -Source $buildbot/RetroArch.7z -Destination $env:temp -Transf
# Check if downloaded
if ($(Test-Path "$env:temp\RetroArch.7z"))
{
& 'C:\Program Files\7-Zip\7z.exe' x "$env:temp\RetroArch.7z" -o$rarch_location -y
& 'C:\Program Files\7-Zip\7z.exe' x "$env:temp\RetroArch.7z" -o"$rarch_location" -y
rm $env:temp\RetroArch.7z
}
else
Expand Down

0 comments on commit 5042fd9

Please sign in to comment.