Skip to content

Commit

Permalink
Fixed Update Window
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Aug 16, 2015
1 parent 08739e1 commit ad62eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function checkUpdates() {
// there is a new version of powder

$("#update-header").html("Update to Powder v"+xhr);
var updater = gui.Window.open('app://powder/updater.html',{ width: 320, height: 133, icon: "icon.png", toolbar: false });
var updater = gui.Window.open('app://powder/src/updater.html',{ width: 320, height: 133, icon: "icon.png", toolbar: false });

updater.on('close', function() {
fs.stat(gui.App.dataPath+pathBreak+'updater.exe', function(err,stat) {
Expand Down

0 comments on commit ad62eb3

Please sign in to comment.