From 0be8d0f5aeb64ae9abae24c2669bb45d440d9ca6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 15 Jun 2022 20:16:30 -0700 Subject: Shutup ci (#782) * stop magic number spam * forgot to remove avoid * Update .clang-format * yeet qt translations and unused image formats * also remove bearer and styles * remove another svg dll * create dmg on mac * forgot .app * delete folder after packing * skip runtime webkit and opengl * switch back to fixed qt setup * try installing the NDK * update discord rpc includes * enable discord in CI builds * copypaste lmao * windows doesn't have export * forgot the quotes * guess i'm not root * downgrade ubuntu * lets hope ubuntu 18 comes with android ndk * it doesn't * try to update libpng * script wasn't executable * downgrade android * typo * use qmake to enable discord * exit code 101 very funny qmake * its in defines not just true * can i use qmake like this? * add discord * exclude android from discord * android runs on linux after all --- src/discord_rich_presence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/discord_rich_presence.cpp b/src/discord_rich_presence.cpp index 73066557..cd3a475a 100644 --- a/src/discord_rich_presence.cpp +++ b/src/discord_rich_presence.cpp @@ -2,7 +2,7 @@ namespace AttorneyOnline { -#ifdef DISCORD +#if defined(DISCORD) && !defined(ANDROID) Discord::Discord() { DiscordEventHandlers handlers; -- cgit