fix Helps => Help

This commit is contained in:
cclecle
2022-07-27 01:59:59 +02:00
parent 52a1011527
commit 798a23d8fb

2
Run.sh
View File

@@ -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
}