fetch SharpFont from nuget
This commit is contained in:
10
thirdparty/fetch-thirdparty-deps.ps1
vendored
10
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -32,4 +32,14 @@ if (!(Test-Path "MaxMind.GeoIP2.dll"))
|
||||
rmdir Newtonsoft.Json.6.0.5 -Recurse
|
||||
cp RestSharp.105.0.0/lib/net4-client/RestSharp* .
|
||||
rmdir RestSharp.105.0.0 -Recurse
|
||||
}
|
||||
|
||||
if (!(Test-Path "SharpFont.dll"))
|
||||
{
|
||||
echo "Fetching SharpFont from NuGet."
|
||||
./nuget.exe install SharpFont -Version 2.5.3
|
||||
cp SharpFont.2.5.3.0/lib/net20/SharpFont* .
|
||||
cp SharpFont.2.5.3.0/Content/SharpFont.dll.config .
|
||||
cp SharpFont.2.5.3.0/Content/freetype6.dll ./windows/
|
||||
rmdir SharpFont.2.5.3.0 -Recurse
|
||||
}
|
||||
Reference in New Issue
Block a user