Skip to content

Commit

Permalink
autoUpdate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Geraldine GEOFFROY authored and Geraldine GEOFFROY committed Sep 27, 2019
1 parent c9503fe commit fc8067f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//require('electron-reload')(__dirname)
require('update-electron-app')({
repo: 'https://github.com/gegedenice/SudocToolkit',
updateInterval: '1 hour',
logger: require('electron-log')
updateInterval: '1 hour'
})
const { app, BrowserWindow} = require('electron')
const path = require('path')
Expand Down

0 comments on commit fc8067f

Please sign in to comment.