From 45fd8e68707f6f0391d34df08ba78e5bab777970 Mon Sep 17 00:00:00 2001 From: xmk23333 Date: Thu, 15 Jan 2026 18:03:26 +0800 Subject: [PATCH] fix: linux desktop icon and app launcher visibility on gnome --- electron-builder.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index 60d12c1..028679e 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -56,6 +56,8 @@ pkg: alignment: bottomleft file: build/background.png linux: + executableName: mihomo-party + icon: build/icon.png desktop: entry: Name: Clash Party @@ -63,7 +65,8 @@ linux: Comment: A GUI client based on Mihomo MimeType: 'x-scheme-handler/clash;x-scheme-handler/mihomo' Keywords: proxy;clash;mihomo;vpn; - StartupWMClass: clash-party + StartupWMClass: mihomo-party + Icon: mihomo-party target: - deb - rpm