Merge pull request #12488 from draculus/installation

Fixed Open.Nat directory name case
This commit is contained in:
Oliver Brakmann
2016-12-23 15:33:54 +01:00
committed by GitHub

View File

@@ -85,9 +85,9 @@ 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
get Open.Nat 2.1.0
cp ./Open.Nat/lib/net45/Open.Nat.dll .
rm -rf Open.Nat
fi
if [ ! -f FuzzyLogicLibrary.dll ]; then