diff --git a/sounds/README.md b/SOUNDS.md similarity index 100% rename from sounds/README.md rename to SOUNDS.md diff --git a/build.sh b/build.sh index 8a655d6..f573cfe 100755 --- a/build.sh +++ b/build.sh @@ -6,4 +6,4 @@ strip lull zip -r lull.zip README.md lull rm lull -zip -r sounds.zip sounds/README.md sounds/*.mp3 +zip -r sounds.zip SOUNDS.md sounds/*.mp3