mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Change AUMID to the static appid instead of the file path (#1197)
This commit is contained in:
+1
-1
@@ -505,7 +505,7 @@ async function createWindow(first = true): Promise<void> {
|
||||
});
|
||||
|
||||
if (isWindows()) {
|
||||
app.setAppUserModelId(process.execPath);
|
||||
app.setAppUserModelId('org.jeffvli.feishin');
|
||||
}
|
||||
|
||||
if (isMacOS()) {
|
||||
|
||||
Reference in New Issue
Block a user