add sounds dir

This commit is contained in:
cclecle
2022-07-25 01:25:16 +02:00
parent d8c2d1d7d7
commit 805e9f64f7
2 changed files with 1 additions and 0 deletions

1
Run.sh
View File

@@ -7,6 +7,7 @@ function install() {
rsync -a $SCRIPT_DIR/Music/ $OUTPUT_DIR/Music/ --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/Sounds/ $OUTPUT_DIR/Sounds/ --exclude '.git'
echo install ok
}

0
Sounds/DONOTREMOVE Normal file
View File