Mise à jour de 'Run.sh'

This commit is contained in:
2022-12-04 23:32:04 +01:00
parent c961574677
commit 9f6d454272

10
Run.sh
View File

@@ -39,11 +39,11 @@ function getmodprefix() {
}
function install() {
rsync -a $SCRIPT_DIR/Animations/ $OUTPUT_DIR/Help/ --exclude '.git'
rsync -a $SCRIPT_DIR/Sounds/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/StaticMeshes/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/Animations/ $OUTPUT_DIR/Animations/ --exclude '.git'
rsync -a $SCRIPT_DIR/Sounds/ $OUTPUT_DIR/Sounds/ --exclude '.git'
rsync -a $SCRIPT_DIR/StaticMeshes/ $OUTPUT_DIR/StaticMeshes/ --exclude '.git'
rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git'
echo install ok
}