Skip to content

Commit

Permalink
app.setAppUserModelId(process.execPath)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Feb 10, 2020
1 parent 6564982 commit cc1fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { extensionsManager } from './extensions-manager';
import AppUpdater from './app-updater';
import config from './config';

app.setAppUserModelId('ee.trimatech.tockler');
app.setAppUserModelId(process.execPath);

/* Single Instance Check */

Expand Down

0 comments on commit cc1fb0c

Please sign in to comment.