@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 +10 -1
- package/app/OpenTray.app.zip +0 -0
- package/bin/opentray +0 -0
- package/package.json +2 -1
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
|
|
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.
|
|
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": {
|