Skip to content

Commit

Permalink
add auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
DRAWSVG committed Jan 11, 2021
1 parent 26d0d5b commit f7af988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
const {app, dialog , BrowserWindow, Menu} = require('electron')
const ipc = require('electron').ipcMain

// il faut un repo Gihub
//require('update-electron-app')()
// auto update
require('update-electron-app')()

let mainWindow = null;
let modifiedState = false;
Expand Down

0 comments on commit f7af988

Please sign in to comment.