Skip to content

Commit

Permalink
WORK!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Booligoosh committed Jun 30, 2019
1 parent 1da85c9 commit 92ea9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const timePickerURL = process.env['MAKERLOG_MENUBAR_CONTEXT'] == 'DEV' ? `file:/

const { autoUpdater } = require('electron-updater') // https://www.electron.build/auto-update
autoUpdater.checkForUpdatesAndNotify()
autoUpdater.on('update-downloaded', info => {
autoUpdater.quitAndInstall()
})

global.fontSize = 16*1.5;

Expand Down

0 comments on commit 92ea9bc

Please sign in to comment.