From feaaf23ab6e1dde512ef4390668fe7f657bafa7c Mon Sep 17 00:00:00 2001 From: Invades <36970693+Invades@users.noreply.github.com> Date: Tue, 21 Oct 2025 00:40:35 +0300 Subject: [PATCH] Change AUMID to the static appid instead of the file path (#1197) --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index cfd9bbda..24ddd934 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -505,7 +505,7 @@ async function createWindow(first = true): Promise { }); if (isWindows()) { - app.setAppUserModelId(process.execPath); + app.setAppUserModelId('org.jeffvli.feishin'); } if (isMacOS()) {