Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Feb 20, 2017
1 parent 3155918 commit d9acb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ angular.module('ndm-updater', [])
if (process.platform === 'darwin') {
newResources = path.resolve(folder, path.join('ndm.app', 'Contents', 'Resources', 'app'));
} else if (process.platform === 'win32') {
newResources = path.resolve(folder, path.join('win-unpacked', 'resources'));
newResources = path.resolve(folder, path.join('win-unpacked', 'resources', 'app'));
}

if (err) {
Expand Down

0 comments on commit d9acb38

Please sign in to comment.