From b42379b51934afee77187eadff21d2cf572320d8 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 16 Jul 2024 07:51:35 -0500 Subject: [PATCH] updated script --- post_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_build.sh b/post_build.sh index 5fe6d44f..4f5cbe16 100644 --- a/post_build.sh +++ b/post_build.sh @@ -3,4 +3,4 @@ CURRENT_DIR=$(dirname "$0") CURRENT_DIR=$(realpath ${CURRENT_DIR}) -rsync -av --progress ${CURRENT_DIR}/repertory/repertory_test/test_data/ ${PROJECT_DIST_DIR}/test_data/ +rsync -av --progress ${CURRENT_DIR}/${PROJECT_APP_NAME}/${PROJECT_APP_NAME}_test/test_data/ ${PROJECT_DIST_DIR}/test_data/