diff --git a/src/main/index.ts b/src/main/index.ts index cfd9bbdaa..24ddd9342 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()) {