Mise à jour de 'Run.sh'

This commit is contained in:
2022-05-15 21:56:54 +00:00
parent df61d29d77
commit 2547ee5e26

4
Run.sh
View File

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