We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390987e commit 124ca04Copy full SHA for 124ca04
develop.ps1
@@ -285,7 +285,7 @@ catch
285
# Move freetype if error on rename
286
$fromFreetype = "freetype-$freetypeVersion"
287
$moveFreetype = (Join-Path -Path $dependencies -ChildPath $freetypeRepo)
288
- if (-not (TestPath $moveFreetype))
+ if (-not (Test-Path $moveFreetype))
289
{
290
New-Item -Path $moveFreetype -ItemType Directory | Out-Null
291
}
0 commit comments