Rename autoupdate -> auto_update, remove redundancy
This commit is contained in:
parent
ceaff68d55
commit
8f30e13ec1
2 changed files with 4 additions and 4 deletions
4
main.js
4
main.js
|
@ -7,7 +7,7 @@ const ipc = electron.ipcMain;
|
|||
const Menu = electron.Menu;
|
||||
const shell = electron.shell;
|
||||
|
||||
const autoupdate = require('./app/autoupdate');
|
||||
const autoUpdate = require('./app/auto_update');
|
||||
const windowState = require('./app/window_state');
|
||||
|
||||
console.log('setting AUMID');
|
||||
|
@ -154,7 +154,7 @@ function createWindow () {
|
|||
app.on('ready', function() {
|
||||
console.log('app ready');
|
||||
|
||||
autoupdate.initializeAutoUpdater();
|
||||
autoUpdate.initialize();
|
||||
|
||||
createWindow();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue