Fixed moveItems.ps1
This commit is contained in:
@@ -16,5 +16,7 @@ if(!(Test-Path $sourceDlcPacksPath))
|
||||
New-Item -Type Directory $sourceDlcPacksPath
|
||||
}
|
||||
|
||||
Remove-Item -Path "$sourceDlcPacksPath\*" -Recurse -Force
|
||||
|
||||
Copy-Item "$rootPath\*" $clientResourcesPath -Recurse -Exclude $exclude
|
||||
Copy-Item "$dlcPacksPath\*" $sourceDlcPacksPath -Recurse -Force
|
||||
Reference in New Issue
Block a user