mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +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()) {
|
if (isWindows()) {
|
||||||
app.setAppUserModelId(process.execPath);
|
app.setAppUserModelId('org.jeffvli.feishin');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMacOS()) {
|
if (isMacOS()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user