diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-04 07:27:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 14:27:09 +0100 |
| commit | 0e3f44a560e68ae16eb836bc6c115717c02a9a7c (patch) | |
| tree | 8c0dba272634ccc49eeb8a8edebce5c7d3e6297b /scripts | |
| parent | 29f8733dbaecdd51dc5855e259c5def1d03b90c2 (diff) | |
Add missing bassopus to the configure script (#361)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/configure_ubuntu.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/configure_ubuntu.sh b/scripts/configure_ubuntu.sh index 280dfdf9..b010d36e 100755 --- a/scripts/configure_ubuntu.sh +++ b/scripts/configure_ubuntu.sh @@ -20,10 +20,13 @@ cd tmp #get the bass prebuilt curl http://www.un4seen.com/files/bass24-linux.zip -o bass_linux.zip +curl http://www.un4seen.com/files/bassopus24-linux.zip -o bassopus_linux.zip unzip bass_linux.zip +unzip bassopus_linux.zip cp x64/libbass.so ../../lib +cp x64/libbassopus.so ../../lib #get the discord-rpc prebuilt curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-linux.zip -o discord_rpc_linux.zip |
