From ef1e1d8ffa4d841fac5841b05cb7df26176ac9bc Mon Sep 17 00:00:00 2001 From: MiMillieuh <52078885+MiMillieuh@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:46:14 +0200 Subject: [PATCH] Fix Appimage Class for desktop integration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdcc93c..0a91c2a 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "Type": "Application", "Categories": "Network;InstantMessaging;Chat;", "Keywords": "discord;vencord;electron;chat;", - "WMClass": "VencordDesktop" + "WMClass": "VencordDesktop", "StartupWMClass": "VencordDesktop" } },