Skip to content

Commit

Permalink
update 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 88c5178 commit c9503fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
//require('electron-reload')(__dirname)
require('update-electron-app')()
require('update-electron-app')({
repo: 'https://github.com/gegedenice/SudocToolkit',
updateInterval: '1 hour',
logger: require('electron-log')
})
const { app, BrowserWindow} = require('electron')
const path = require('path')

Expand Down

0 comments on commit c9503fe

Please sign in to comment.