diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 2ef1496438..0f9eff630a 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -54,7 +54,7 @@ if (!(Test-Path "SharpFont.dll")) cp SharpFont/lib/net20/SharpFont* . cp SharpFont/config/SharpFont.dll.config . rmdir SharpFont -Recurse - rmdir SharpFont.Dependencies -Recurse + rmdir SharpFont.Dependencies -Recurse } if (!(Test-Path "nunit.framework.dll"))