Adding custom notification sound

This commit is contained in:
q 2024-04-13 16:39:46 -04:00
parent 94e9033dc1
commit 965a2a9f64
3 changed files with 6 additions and 0 deletions

View File

@ -54,3 +54,9 @@ patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch
echo 'running kick fix...'
./fix_kick.sh
echo 'Adding custom notification sound...'
cp ./message.mp3 ../webapp/media/message.mp3
cp ./message.mp3 ../node_modules/matrix-react-sdk/res/media/message.mp3
cp ./message.ogg ../webapp/media/message.ogg
cp ./message.ogg ../node_modules/matrix-react-sdk/res/media/message.ogg

BIN
message.mp3 Executable file

Binary file not shown.

BIN
message.ogg Executable file

Binary file not shown.