From 77205848afa64fe346e8357397104d266a553033 Mon Sep 17 00:00:00 2001 From: Crimson Hawk <Crimson-Hawk@noreply.localhost> Date: Sat, 6 Apr 2024 13:34:23 -0400 Subject: [PATCH] Add requested changes Commited by Exverge <exverge@exverge.xyz> --- .ci/scripts/windows/docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index a2fb4e3dd1..73e000324c 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -18,6 +18,7 @@ mkdir -p build && cd build -DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF \ -DSUYU_USE_PRECOMPILED_HEADERS=OFF \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \ + -DUSE_DISCORD_PRESENCE=ON \ -DENABLE_QT_TRANSLATION=ON \ -DUSE_CCACHE=ON \ -DSUYU_USE_BUNDLED_SDL2=OFF \ -- GitLab