libdragon 11.1.0 → 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 +3 -4
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.0",
3
+ "version": "11.1.2",
4
4
  "description": "This is a docker wrapper for libdragon",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -82,8 +82,7 @@
82
82
  [
83
83
  "@semantic-release/exec",
84
84
  {
85
- "prepareCmd": "./pack.sh",
86
- "verifyReleaseCmd": "echo ${nextRelease.version} > .VERSION"
85
+ "prepareCmd": "powershell.exe ./pack.ps1 ${nextRelease.version}"
87
86
  }
88
87
  ],
89
88
  [
@@ -103,7 +102,7 @@
103
102
  "label": "Windows executable"
104
103
  },
105
104
  {
106
- "path": "libdragon-installer.exe",
105
+ "path": "Output/libdragon-installer.exe",
107
106
  "label": "Windows installer"
108
107
  }
109
108
  ]