From ec31074ba1ea4e651d9f7e20a19c33dd1f1a1446 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 7 May 2022 21:06:18 -0400 Subject: [PATCH] downgrade webcord to 3.1.3 and disable auto updates webcord updated to electron 18.X which does not work on buster due to upstream issue https://github.com/SpacingBat3/WebCord/issues/123 --- .github/workflows/updates/{Discord.sh => Discord.sh.disabled} | 0 apps/Discord/install-32 | 2 +- apps/Discord/install-64 | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/updates/{Discord.sh => Discord.sh.disabled} (100%) diff --git a/.github/workflows/updates/Discord.sh b/.github/workflows/updates/Discord.sh.disabled similarity index 100% rename from .github/workflows/updates/Discord.sh rename to .github/workflows/updates/Discord.sh.disabled diff --git a/apps/Discord/install-32 b/apps/Discord/install-32 index 3f615914f2..a9c26e07ed 100755 --- a/apps/Discord/install-32 +++ b/apps/Discord/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=3.1.4 +version=3.1.3 killall webcord &>/dev/null && echo "Closing Discord first..." diff --git a/apps/Discord/install-64 b/apps/Discord/install-64 index 49c2debf5e..968cbe9884 100755 --- a/apps/Discord/install-64 +++ b/apps/Discord/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=3.1.4 +version=3.1.3 killall webcord &>/dev/null && echo "Closing Discord first..."