Fixed moveItems.ps1

This commit is contained in:
hydrant
2019-03-10 13:01:47 +01:00
parent 4180873081
commit f732f053a8

View File

@@ -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