fetch SharpFont from nuget
This commit is contained in:
9
thirdparty/fetch-thirdparty-deps.sh
vendored
9
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -24,4 +24,13 @@ if [ ! -f MaxMind.GeoIP2.dll ]; then
|
||||
rm -rf Newtonsoft.Json.6.0.5
|
||||
cp ./RestSharp.105.0.0/lib/net4-client/RestSharp* .
|
||||
rm -rf RestSharp.105.0.0
|
||||
fi
|
||||
|
||||
if [ ! -f SharpFont.dll ]; then
|
||||
echo "Fetching SharpFont from nuget"
|
||||
nuget 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/
|
||||
rm -rf SharpFont.2.5.3.0
|
||||
fi
|
||||
Reference in New Issue
Block a user