Skip to content

Commit

Permalink
FIX (main): add appId (for windows notifications) and protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Sep 20, 2018
1 parent ce7b2f1 commit 0bb63b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/electron/main.js
Expand Up @@ -6,6 +6,9 @@ const path = require('path');
const settings = require('electron-settings');
const { argv } = require('yargs');

app.setAppUserModelId('com.gistoapp.gisto2');
app.setAsDefaultProtocolClient('gisto');

// main helpers
const helpers = require('./main/helpers');

Expand Down

0 comments on commit 0bb63b8

Please sign in to comment.