Skip to content

Commit 0964aed

Browse files
authored
Update prepare.ps1
1 parent 54d3ebe commit 0964aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prepare.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $coresPath = "$retroArchPath\cores"
164164
$retroArchBinary = "$requirementsFolder\RetroArch.7z"
165165
if(Test-Path $retroArchBinary){
166166
New-Item -ItemType Directory -Force -Path $retroArchPath
167-
Expand-Archive -Path $retroArchBinary -Destination . -VerboseLogging $true
167+
Expand-Archive -Path $retroArchBinary -Destination $requirementsFolder -VerboseLogging $true
168168
# TO-DO - add an Out-Null when this has been tested
169169
Copy-Item -Path RetroArch-Win64\* -Destination $retroArchPath -recurse -Force
170170
# New path - $retroArchPath\RetroArch-Win64

0 commit comments

Comments
 (0)