Fixed Open.Nat directory name case

This commit is contained in:
Pavel Kačer
2016-12-18 13:50:32 +01:00
parent f46a3e2d16
commit 6d9d7cf341

View File

@@ -86,8 +86,8 @@ fi
if [ ! -f Open.Nat.dll ]; then
echo "Fetching Open.Nat from NuGet"
get Open.NAT 2.1.0
cp ./Open.NAT/lib/net45/Open.Nat.dll .
rm -rf Open.NAT
cp ./Open.Nat/lib/net45/Open.Nat.dll .
rm -rf Open.Nat
fi
if [ ! -f FuzzyLogicLibrary.dll ]; then