mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
6db6af4057
Includes hardened-runtime patch from gdams from https://github.com/nodejs/node/issues/29216#issuecomment-546932966 PR-URL: https://github.com/nodejs/node/pull/31459 Refs: https://github.com/nodejs/node/issues/29216 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ash Cripps <ashley.cripps@ibm.com> Signed-off-by: Rod Vagg <rod@vagg.org>
13 lines
224 B
Cheetah
13 lines
224 B
Cheetah
{
|
|
"notarize": [{
|
|
"path": "node-{{pkgid}}.pkg",
|
|
"bundle_id": "org.nodejs.pkg.{{pkgid}}",
|
|
"staple": true
|
|
}],
|
|
|
|
"apple_id": {
|
|
"username": "{{appleid}}",
|
|
"password": "@env:NOTARIZATION_PASSWORD"
|
|
}
|
|
}
|