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()) {