Skip to content

Commit

Permalink
Update prepare.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit authored Apr 12, 2024
1 parent 4c451b7 commit 77f5388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if(Test-Path $retroArchBinary){
Write-Host "DEBUG: dir of requirements fodler"
dir $requirementsFolder

Expand-Archive -Path $retroArchBinary -Destination $requirementsFolder -VerboseLogging $true
Expand-Archive -Path $retroArchBinary -Destination $requirementsFolder\"test" -VerboseLogging $true
# TO-DO - add an Out-Null when this has been tested
#Copy-Item -Path RetroArch-Win64\* -Destination $retroArchPath -recurse -Force
# New path - $retroArchPath\RetroArch-Win64
Expand Down

0 comments on commit 77f5388

Please sign in to comment.