small tweak :)
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/08834d54 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/08834d54 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/08834d54 Branch: refs/heads/master Commit: 08834d54660d7233187fe693a69f78bdc4f53c07 Parents: 208ef8c Author: Fil Maj <[email protected]> Authored: Fri May 17 16:10:05 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Fri May 17 16:46:01 2013 -0700 ---------------------------------------------------------------------- src/platforms/wp7.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/08834d54/src/platforms/wp7.js ---------------------------------------------------------------------- diff --git a/src/platforms/wp7.js b/src/platforms/wp7.js index ac2a5c7..1fba4e4 100644 --- a/src/platforms/wp7.js +++ b/src/platforms/wp7.js @@ -107,7 +107,7 @@ module.exports = { if (project_files.length === 0) { throw new Error('does not appear to be a Windows Phone project (no .csproj file)'); } - return new csproj(project_files[0]); + return new csproj(path.join(project_files[0])); }, "source-file":{ install:function(source_el, plugin_dir, project_dir, plugin_id, project_file) {
