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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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