Skip to content

Conversation

@rosen-vladimirov
Copy link
Contributor

When .nprepareinfo file is uploaded on device, we construct the device file path with path.join function. On Windows this function returns path similar to \\data\\local\\tmp, which is not working for Unix based OSes (Android in this case).
Fix this by converting the path to Unix style.

When `.nprepareinfo` file is uploaded on device, we construct the device file path with `path.join` function. On Windows this function returns path similar to `\\data\\local\\tmp`, which is not working for Unix based OSes (Android in this case).
Fix this by converting the path to Unix style.
@rosen-vladimirov rosen-vladimirov merged commit be67302 into release Feb 14, 2017
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-nsprepare branch February 14, 2017 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants