From 7615f26ee0ff73fe4585bd36f8c5160e46bad184 Mon Sep 17 00:00:00 2001 From: David Whiting Date: Tue, 20 Apr 2021 10:54:42 +0200 Subject: [PATCH] Switched wav samples to mp3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4500238..68dabfc 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,4 @@ mkdir -p dist tsc -p . webpack ./js/app.js -o dist/ --mode production -cp index.html *.wav ui.css preview.png dist +cp index.html *.mp3 ui.css preview.png dist