diff --git a/icedreammusic/compile-win.sh b/icedreammusic/compile-win.sh index 033b7f1..acd468c 100644 --- a/icedreammusic/compile-win.sh +++ b/icedreammusic/compile-win.sh @@ -72,7 +72,7 @@ if [ ! -d "$thirdparty_includes/libnp" ]; then make ) mkdir -p "$GOBIN" - cp "$thirdparty_includes/libnp/libnp/build"/*.dll "$GOBIN" + cp "$thirdparty_includes/libnp/build"/*.dll "$GOBIN" fi if [ ! -d "$thirdparty_includes/winfsp" ]; then wget -q -O winfsp.zip https://github.com/billziss-gh/winfsp/archive/release/1.2.zip