Mise à jour de 'Run.sh'

This commit is contained in:
2022-05-15 21:56:20 +00:00
parent 81d416e55f
commit ba4be519bd

6
Run.sh
View File

@@ -33,9 +33,9 @@ function del_ServerActors() {
} }
function install() { function install() {
rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ --exclude '.git'
rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git'
echo install ok echo install ok
} }