mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 21:15:24 +00:00
Need the -Recurse option
This commit is contained in:
parent
460dab5dde
commit
0b5f0ab62d
@ -216,7 +216,7 @@ try {
|
|||||||
$outDir = Get-Package-Dir -config:$config -versionNumber:$versionNumber -variantName:$var.Name
|
$outDir = Get-Package-Dir -config:$config -versionNumber:$versionNumber -variantName:$var.Name
|
||||||
|
|
||||||
# Delete previous
|
# Delete previous
|
||||||
Remove-Item -Path $outDir -Force -ErrorAction SilentlyContinue
|
Remove-Item -Path $outDir -Recurse -Force -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
$argList = [System.Collections.ArrayList]@()
|
$argList = [System.Collections.ArrayList]@()
|
||||||
$argList.Add("-ScriptsForProject=`"$projfile`"") > $null
|
$argList.Add("-ScriptsForProject=`"$projfile`"") > $null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user