libdragon 11.1.1 → 11.1.2

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/README.md +10 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,6 +21,16 @@ Download the [pre-built executable](https://github.com/anacierdem/libdragon-dock
21
21
  <details>
22
22
  <summary>Windows instructions</summary>
23
23
 
24
+ - Download the Windows installer and run it
25
+ - It can show a "Windows protected your PC" warning. In that case click "More info" and "Run anyway".
26
+ - You should now be able to use the `libdragon` on a command line or PowerShell.
27
+ - To update it with a new version, download a newer installer and repeat the steps above.
28
+
29
+ </details>
30
+
31
+ <details>
32
+ <summary>Windows instructions (manual)</summary>
33
+
24
34
  - Download the Windows executable and copy it to `C:\bin`
25
35
  - Press `Windows + R` key combination and then enter `rundll32 sysdm.cpl,EditEnvironmentVariables`
26
36
  - In the `Environment Variables` window find the `Path` variable under `User variables for <your user name>`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libdragon",
3
- "version": "11.1.1",
3
+ "version": "11.1.2",
4
4
  "description": "This is a docker wrapper for libdragon",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -102,7 +102,7 @@
102
102
  "label": "Windows executable"
103
103
  },
104
104
  {
105
- "path": "libdragon-installer.exe",
105
+ "path": "Output/libdragon-installer.exe",
106
106
  "label": "Windows installer"
107
107
  }
108
108
  ]