Skip to content

Commit 124ca04

Browse files
committed
Fix powershell
1 parent 390987e commit 124ca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ catch
285285
# Move freetype if error on rename
286286
$fromFreetype = "freetype-$freetypeVersion"
287287
$moveFreetype = (Join-Path -Path $dependencies -ChildPath $freetypeRepo)
288-
if (-not (TestPath $moveFreetype))
288+
if (-not (Test-Path $moveFreetype))
289289
{
290290
New-Item -Path $moveFreetype -ItemType Directory | Out-Null
291291
}

0 commit comments

Comments
 (0)