From 038b400e29dd5578c6371f8b60883afc4a5d5a35 Mon Sep 17 00:00:00 2001 From: chacha Date: Sat, 30 Sep 2023 18:25:36 +0200 Subject: [PATCH] Update Run.sh --- Run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Run.sh b/Run.sh index d40721d..35ed788 100644 --- a/Run.sh +++ b/Run.sh @@ -4,7 +4,9 @@ OUTPUT_DIR="$2" MOD_NAME="$3" function install() { - rsync -a $SCRIPT_DIR/usermaps/ $OUTPUT_DIR/usermaps/ --exclude '.git' --exclude '.iwd' + echo "SRC dir: $SCRIPT_DIR" + echo "DEST dir: $OUTPUT_DIR" + rsync -a $SCRIPT_DIR/usermaps/ $OUTPUT_DIR/usermaps/ --exclude '.git' --exclude '*.iwd' find $SCRIPT_DIR/usermaps/ -name \*.iwd | rsync -av --files-from - --no-relative . $OUTPUT_DIR/mods/$MOD_NAME/ echo install ok