Mise à jour de 'Run.sh'

This commit is contained in:
2022-07-26 14:14:42 +00:00
parent 6bf4db4b91
commit a4349a3e71

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/Help/ --exclude '.git'
echo install ok
}