Remove discord rich presence

This commit is contained in:
Rosalie Wanders
2025-10-03 22:28:56 +02:00
parent 8682c1a583
commit 925493f5b5
388 changed files with 1 additions and 60696 deletions
-2
View File
@@ -61,7 +61,6 @@ jobs:
mkdir $build_dir Bin/ -p
cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="Release" \
-DDISCORD_RPC=${{ matrix.features }} \
-DDRAG_DROP=${{ matrix.features }} \
-DNETPLAY=${{ matrix.features }} \
-DVRU=${{ matrix.features }} \
@@ -132,7 +131,6 @@ jobs:
export build_dir="$(pwd)/Build/Release"
cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="Release" \
-DDISCORD_RPC=${{ matrix.features }} \
-DDRAG_DROP=${{ matrix.features }} \
-DNETPLAY=${{ matrix.features }} \
-DVRU=${{ matrix.features }} \