Revert to SharpFont 2.5.0.1 for Linux and OSX, too
This commit is contained in:
10
thirdparty/fetch-thirdparty-deps.sh
vendored
10
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -28,11 +28,11 @@ fi
|
|||||||
|
|
||||||
if [ ! -f SharpFont.dll ]; then
|
if [ ! -f SharpFont.dll ]; then
|
||||||
echo "Fetching SharpFont from nuget"
|
echo "Fetching SharpFont from nuget"
|
||||||
nuget install SharpFont -Version 2.5.3
|
nuget install SharpFont -Version 2.5.0.1
|
||||||
cp ./SharpFont.2.5.3.0/lib/net20/SharpFont* .
|
cp ./SharpFont.2.5.0.1/lib/net20/SharpFont* .
|
||||||
cp ./SharpFont.2.5.3.0/Content/SharpFont.dll.config .
|
cp ./SharpFont.2.5.0.1/Content/SharpFont.dll.config .
|
||||||
cp ./SharpFont.2.5.3.0/Content/freetype6.dll ./windows/
|
cp ./SharpFont.2.5.0.1/Content/freetype6.dll ./windows/
|
||||||
rm -rf SharpFont.2.5.3.0
|
rm -rf SharpFont.2.5.0.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f nunit.framework.dll ]; then
|
if [ ! -f nunit.framework.dll ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user