From 7900178a87ca9658fa2ad1af5165f955f3502892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laci=20b=C3=A1?= Date: Mon, 8 Nov 2021 21:55:55 +0100 Subject: [PATCH] Fix character casing in asset names --- src/win/win_discord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/win_discord.c b/src/win/win_discord.c index 54bdd4135..487157af5 100644 --- a/src/win/win_discord.c +++ b/src/win/win_discord.c @@ -109,7 +109,7 @@ discord_update_activity(int paused) strcpy(activity.assets.large_image, "86box-red"); #else /* Icon by OBattler and laciba96 (gray for builds of branches and from the git master)*/ - strcpy(activity.assets.large_image, "86Box"); + strcpy(activity.assets.large_image, "86box"); #endif /* End of icon choosing */