mirror of https://github.com/nodejs/node.git
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"
|
||
|
}
|
||
|
}
|