fetch SharpFont from nuget

This commit is contained in:
Matthias Mailänder
2014-12-26 15:00:11 +01:00
parent 13785ddabd
commit 9ad76f87d2
7 changed files with 21 additions and 12 deletions

View File

@@ -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