diff --git a/Run.sh b/Run.sh index 3d347da..e163705 100644 --- a/Run.sh +++ b/Run.sh @@ -48,7 +48,7 @@ function getmodprefix() { } function install() { rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' - rsync -a $SCRIPT_DIR/Helps/ $OUTPUT_DIR/Helps/ --exclude '.git' + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Helps/ --exclude '.git' echo install ok }