diff --git a/dist/sounds/airhorn.dca b/dist/sounds/airhorn.dca new file mode 100644 index 0000000..39e7167 Binary files /dev/null and b/dist/sounds/airhorn.dca differ diff --git a/dist/sounds/later.dca b/dist/sounds/later.dca new file mode 100644 index 0000000..42b5f62 Binary files /dev/null and b/dist/sounds/later.dca differ diff --git a/makefile b/makefile index ef7b194..d0bafb3 100644 --- a/makefile +++ b/makefile @@ -12,6 +12,7 @@ clean: copyconfig: @cp config.template.json ./dist/config.json + @cp -r ./sounds ./dist/ build: clean windows linux copyconfig \ No newline at end of file