@opentray/darwin-x64 0.10.0 → 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 +1 -1
- package/bin/opentray +0 -0
- package/package.json +2 -2
- package/runtime/opentray_runtime.node +0 -0
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
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
|
|
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-x64",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "OpenTray runtime artifact package for macOS Intel.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"x64"
|
|
15
15
|
],
|
|
16
16
|
"files": [
|
|
17
|
-
"
|
|
17
|
+
"bin",
|
|
18
18
|
"README.md"
|
|
19
19
|
]
|
|
20
20
|
}
|
|
Binary file
|