Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
boid-com committed Jun 15, 2019
1 parent d582f8e commit 6d7931c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const config = require('./config')
// if ( require( './squirrelHandler' ) ) app.quit()

require( 'fix-path' )()
if (require('electron-squirrel-startup')) app.quit()
if (require('./squirrelHandler')) {
app.quit()
process.exit(0)
}

var thisPlatform = os.platform()
let tray
Expand Down

0 comments on commit 6d7931c

Please sign in to comment.