From 9f6d4542722eabab9252831f4a1fbd671f4a2cf7 Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Sun, 4 Dec 2022 23:32:04 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Run.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Run.sh b/Run.sh index 67bfc20..bb4656a 100644 --- a/Run.sh +++ b/Run.sh @@ -39,11 +39,11 @@ function getmodprefix() { } function install() { - rsync -a $SCRIPT_DIR/Animations/ $OUTPUT_DIR/Help/ --exclude '.git' - rsync -a $SCRIPT_DIR/Sounds/ $OUTPUT_DIR/System/ --exclude '.git' - rsync -a $SCRIPT_DIR/StaticMeshes/ $OUTPUT_DIR/System/ --exclude '.git' - rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' - rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/System/ --exclude '.git' + rsync -a $SCRIPT_DIR/Animations/ $OUTPUT_DIR/Animations/ --exclude '.git' + rsync -a $SCRIPT_DIR/Sounds/ $OUTPUT_DIR/Sounds/ --exclude '.git' + rsync -a $SCRIPT_DIR/StaticMeshes/ $OUTPUT_DIR/StaticMeshes/ --exclude '.git' + rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' + rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git' echo install ok }