From af00a1de030c3b0df3bd6b280ba987faa0b1bf69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 12 May 2018 19:41:56 +0200 Subject: [PATCH] Use @IntelOrca's discord-rpc to fix discordapp/discord-rpc#134 --- scripts/linux/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/install.sh b/scripts/linux/install.sh index eb2d2abcc9..13c8aa2f9c 100755 --- a/scripts/linux/install.sh +++ b/scripts/linux/install.sh @@ -99,7 +99,7 @@ if [[ "$(uname)" == "Darwin" ]]; then elif [[ $(uname) == "Linux" ]]; then # Clone discord-rpc for Discord's Rich Presence support # Use tagged release to prevent upstream changes from breaking our code - git clone https://github.com/discordapp/discord-rpc -b v3.3.0 + git clone https://github.com/IntelOrca/discord-rpc -b fix/134-iothreadholder # Use rapidjson with a hack for GCC 8, while awaiting a fix upstream: # https://github.com/Tencent/rapidjson/issues/1205 git clone https://github.com/janisozaur/rapidjson discord-rpc/thirdparty/rapidjson -b patch-1