From 6d9d7cf34148c56ed4717833ab2c72c0f75d660f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ka=C4=8Der?= Date: Sun, 18 Dec 2016 13:50:32 +0100 Subject: [PATCH] Fixed Open.Nat directory name case --- thirdparty/fetch-thirdparty-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index c9d696cffd..25208a99ea 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -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