Change AUMID to the static appid instead of the file path (#1197)

This commit is contained in:
Invades
2025-10-21 00:40:35 +03:00
committed by GitHub
parent 105f0c6471
commit feaaf23ab6
+1 -1
View File
@@ -505,7 +505,7 @@ async function createWindow(first = true): Promise<void> {
});
if (isWindows()) {
app.setAppUserModelId(process.execPath);
app.setAppUserModelId('org.jeffvli.feishin');
}
if (isMacOS()) {