diff --git a/Run.sh b/Run.sh index a63fbd1..ae351b0 100755 --- a/Run.sh +++ b/Run.sh @@ -33,9 +33,9 @@ function del_ServerActors() { } function install() { - rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ - rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ - rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ --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 }