diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:00:13 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:00:13 +0000 |
| commit | 200008fd81d305ea1641e4b643119071dc3a08a7 (patch) | |
| tree | 1c57802161d980b7cb3f030f0dd2a3ce452f16de | |
| parent | f23d163a277f8546953c2f5c3e334d2e09ec21f6 (diff) | |
Actually save the discord-rpc zip
| -rw-r--r-- | scripts/macos_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index 86605c5a..efe0f7cd 100644 --- a/scripts/macos_build.sh +++ b/scripts/macos_build.sh @@ -14,7 +14,7 @@ cd .. mkdir discord-rpc cd discord-rpc -curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-osx.zip +curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-osx.zip -o discord_rpc_osx.zip unzip discord_rpc_osx.zip cp discord-rpc/osx-dynamic/lib/libdiscord-rpc.a ../lib cd .. |
