Skip to content

Commit

Permalink
closes #172
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Feb 20, 2017
1 parent d9acb38 commit 6d90ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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', 'app'));
newResources = path.resolve(folder, path.join('win-ia32-unpacked', 'resources', 'app'));
}

if (err) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndm",
"version": "1.1.0",
"version": "1.0.0",
"description": "npm desktop manager",
"main": "index.js",
"homepage": "https://720kb.github.io/ndm",
Expand Down

0 comments on commit 6d90ea1

Please sign in to comment.