Welcome to mirror list, hosted at ThFree Co, Russian Federation.

osx-gon-config.json.tmpl « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ea16465fc1de5aa0d056b7a4daab7c09935c385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "notarize": [{
    "path": "node-{{pkgid}}.pkg",
    "bundle_id": "org.nodejs.pkg.{{pkgid}}",
    "staple": true
  }],

  "apple_id": {
     "username": "{{appleid}}",
     "password": "@env:NOTARIZATION_PASSWORD"
  }
}