diff --git a/lib/js/update.js b/lib/js/update.js index ba49d8e7..e35a203c 100644 --- a/lib/js/update.js +++ b/lib/js/update.js @@ -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) { diff --git a/package.json b/package.json index 66325277..5f835c80 100644 --- a/package.json +++ b/package.json @@ -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",