@opentray/darwin-x64 0.14.4 → 0.16.0

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,13 @@
2
2
 
3
3
  OpenTray runtime artifact package for macOS Intel.
4
4
 
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.
5
+ This package is installed as an optional dependency by `opentray`. CI stages
6
+ one coherent Darwin runtime artifact set before npm publish:
7
+
8
+ - `bin/opentray`, the matching runtime executable
9
+ - `app/OpenTray.app.zip`, the shared AppKit carrier for process identity,
10
+ activation policy, Dock participation, and privacy metadata
11
+
12
+ Source control does not commit either generated artifact. Applications obtain
13
+ the complete runtime through the normal package-manager install; they do not
14
+ need `@opentray/ext-badge` or a manually copied helper bundle.
Binary file
package/bin/opentray CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentray/darwin-x64",
3
- "version": "0.14.4",
3
+ "version": "0.16.0",
4
4
  "description": "OpenTray runtime artifact package for macOS Intel.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "files": [
17
17
  "bin/opentray",
18
+ "app/OpenTray.app.zip",
18
19
  "README.md"
19
20
  ],
20
21
  "publishConfig": {