summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-07-02 11:24:04 +0200
committerAlexandre Bouvier2022-07-02 11:24:04 +0200
commit35932c5bb60fd6434bedfd5800206419ebff75f9 (patch)
tree66ecf12cf3b29737974d284d352dd56438b993f0
parent10cb8d40afc5603da5413a55e06d7a04ef1fbedd (diff)
downloadaur-35932c5bb60fd6434bedfd5800206419ebff75f9.tar.gz
disable discord presence by default
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 163cdf1c9340..c91b71b1255a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,6 +73,7 @@ prepare() {
patch -Np1 < ../unbundle-inih.patch
patch -Np1 < ../unbundle-xbyak.patch
rm .gitmodules
+ sed -i '/enable_discord_presence/s/true/false/' src/yuzu/uisettings.h
}
build() {