diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 12ed6c33f4..9168344a72 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -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