diff options
-rwxr-xr-x | distribute.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute.sh b/distribute.sh index 5cf21e0..6d65f78 100755 --- a/distribute.sh +++ b/distribute.sh @@ -17,7 +17,7 @@ case "$(uname -s)" in MINGW*) for i in $(ldd "$CONFIG_BUILD_DIR"/bin/Pong* | awk '/mingw*/ {print $3}'); do - cp "$i" "$CONFIG_INSTALL_PREFIX/libs/" + cp "$i" "$CONFIG_INSTALL_PREFIX/" done WINDOWS="true" ;; |