Skip to content

Commit

Permalink
Fix for update-electron-app
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Jun 3, 2018
1 parent c52a72a commit 43adc07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ ipcMain.on('export-html', (e, state) => {
})
})

require('update-electron-app')()
require('update-electron-app')({
repo: 'c8r/iso'
})

0 comments on commit 43adc07

Please sign in to comment.