mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 18:07:53 +01:00
Fix Travis builds by using tagged discord-rpc version
This commit is contained in:
committed by
GitHub
parent
efb9f8a006
commit
a1e0e63633
@@ -98,7 +98,8 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
fi
|
||||
elif [[ $(uname) == "Linux" ]]; then
|
||||
# Clone discord-rpc for Discord's Rich Presence support
|
||||
git clone https://github.com/discordapp/discord-rpc
|
||||
# Use tagged release to prevent upstream changes from breaking our code
|
||||
git clone https://github.com/discordapp/discord-rpc -b v3.2.0
|
||||
# prevent build.sh from re-doing all the steps again
|
||||
case "$TARGET" in
|
||||
"ubuntu_i686")
|
||||
|
||||
Reference in New Issue
Block a user