Added libopus.so and libsodium.so files for linux music

This commit is contained in:
Kwoth 2016-10-22 21:51:39 +02:00
parent c88fb170ae
commit 54f37219b8
3 changed files with 1 additions and 1 deletions

BIN
src/NadekoBot/libopus.so Normal file

Binary file not shown.

BIN
src/NadekoBot/libsodium.so Normal file

Binary file not shown.

View File

@ -11,7 +11,7 @@
}, },
"copyToOutput": { "copyToOutput": {
"include": [ "data" ], "include": [ "data" ],
"includeFiles": ["libsodium.dll", "opus.dll"], "includeFiles": [ "libsodium.dll", "opus.dll", "libsodium.so", "libopus.so" ],
"exclude": [ "data/musicdata" ] "exclude": [ "data/musicdata" ]
}, },
"define": [] "define": []