Fixed Open.Nat directory name case
This commit is contained in:
4
thirdparty/fetch-thirdparty-deps.sh
vendored
4
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -86,8 +86,8 @@ fi
|
|||||||
if [ ! -f Open.Nat.dll ]; then
|
if [ ! -f Open.Nat.dll ]; then
|
||||||
echo "Fetching Open.Nat from NuGet"
|
echo "Fetching Open.Nat from NuGet"
|
||||||
get Open.NAT 2.1.0
|
get Open.NAT 2.1.0
|
||||||
cp ./Open.NAT/lib/net45/Open.Nat.dll .
|
cp ./Open.Nat/lib/net45/Open.Nat.dll .
|
||||||
rm -rf Open.NAT
|
rm -rf Open.Nat
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f FuzzyLogicLibrary.dll ]; then
|
if [ ! -f FuzzyLogicLibrary.dll ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user