Skip to content

Commit

Permalink
Weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit committed Aug 10, 2021
1 parent 9f420f9 commit 3fccce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ $coresPath = "$retroArchPath\cores"
$retroArchBinary = "$requirementsFolder\RetroArch.7z"
if(Test-Path $retroArchBinary){
New-Item -ItemType Directory -Force -Path $retroArchPath | Out-Null
Expand-Archive -Path $retroArchBinary -Destination $retroArchPath | Out-Null
Expand-Archive -Path $retroArchBinary -Destination . | Out-Null
# TO-DO - add an Out-Null when this has been tested
# Copy-Item -Path RetroArch-Win64\* -Destination $retroArchPath -recurse -Force
Copy-Item -Path RetroArch-Win64\* -Destination $retroArchPath -recurse -Force
# New path - $retroArchPath\RetroArch-Win64

} else {
Expand Down

0 comments on commit 3fccce1

Please sign in to comment.