mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Change AUMID to the static appid instead of the file path (#1197)
This commit is contained in:
parent
105f0c6471
commit
feaaf23ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ async function createWindow(first = true): Promise<void> {
|
|||
});
|
||||
|
||||
if (isWindows()) {
|
||||
app.setAppUserModelId(process.execPath);
|
||||
app.setAppUserModelId('org.jeffvli.feishin');
|
||||
}
|
||||
|
||||
if (isMacOS()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue