@nordicsemiconductor/nrf-jlink-js 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/jlink.js +1 -1
  2. package/package.json +1 -1
package/dist/jlink.js CHANGED
@@ -188,7 +188,7 @@ var installJLink = function (installerPath, onUpdate) {
188
188
  args = ['sh', '-c', "dpkg -i \"".concat(installerPath, "\"")];
189
189
  break;
190
190
  case 'win32':
191
- command = "\"".concat(installerPath, "\"");
191
+ command = installerPath;
192
192
  break;
193
193
  default:
194
194
  throw new Error('Invalid platform');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/nrf-jlink-js",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "main": "dist",
5
5
  "types": "dist",
6
6
  "files": [