@opentray/darwin-arm64 0.10.2 → 0.10.3

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.
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  OpenTray runtime artifact package for macOS Apple Silicon.
4
4
 
5
- This package is installed as an optional dependency by `opentray`. CI stages the release-built Node runtime binding into `runtime/opentray_runtime.node` before npm publish; source control does not commit the generated binary.
5
+ This package is installed as an optional dependency by `opentray`. CI stages the release-built runtime executable into `bin/opentray` before npm publish; source control does not commit the generated binary.
package/bin/opentray ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentray/darwin-arm64",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "OpenTray runtime artifact package for macOS Apple Silicon.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  "arm64"
15
15
  ],
16
16
  "files": [
17
- "runtime",
17
+ "bin",
18
18
  "README.md"
19
19
  ]
20
20
  }
Binary file