Skip to content

Commit

Permalink
Merge pull request #3 from Vj3k0/master
Browse files Browse the repository at this point in the history
Updated require for electron app.
  • Loading branch information
imlucas committed May 19, 2016
2 parents a46879a + c7831ee commit a84d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var path = require('path');
var spawn = require('child_process').spawn;
var debug = require('debug')('electron-squirrel-startup');
var app = require('app');
var app = require('electron').app;

var run = function(args, done) {
var updateExe = path.resolve(path.dirname(process.execPath), '..', 'Update.exe');
Expand Down

0 comments on commit a84d504

Please sign in to comment.