fix install

This commit is contained in:
cclecle
2022-12-03 14:25:05 +00:00
parent 2cf00a5fb2
commit 39d90d8c70

4
Run.sh
View File

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