From c7d94235e9a6fa012e7cec27f8fbc319334d6b18 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 26 Sep 2020 11:44:32 +0100 Subject: [PATCH] move readme again --- sounds/README.md => SOUNDS.md | 0 build.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sounds/README.md => SOUNDS.md (100%) 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