Fix character casing in asset names

This commit is contained in:
Laci bá
2021-11-08 21:55:55 +01:00
parent 691e3029a8
commit 7900178a87

View File

@@ -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 */