diff --git a/Run.sh b/Run.sh index e0ed93d..3382ddb 100644 --- a/Run.sh +++ b/Run.sh @@ -39,8 +39,8 @@ function getmodprefix() { } function install() { - rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Textures/ --exclude '.git' - rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' + rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git' + rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' echo install ok }