Rename autoupdate -> auto_update, remove redundancy

This commit is contained in:
David Balatero
2017-06-21 18:15:15 -07:00
committed by Scott Nonnenberg
parent ceaff68d55
commit 8f30e13ec1
2 changed files with 4 additions and 4 deletions

View File

@@ -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();