From 2a451e176a8643a3a0138d020645433e02310030 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Wed, 8 Nov 2023 11:00:37 +0100 Subject: [PATCH] tools: remove unused file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/50622 Reviewed-By: Richard Lau Reviewed-By: Michaël Zasso Reviewed-By: Moshe Atlow Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca Reviewed-By: Zeyu "Alex" Yang Reviewed-By: Michael Dawson --- tools/osx-gon-config.json.tmpl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tools/osx-gon-config.json.tmpl diff --git a/tools/osx-gon-config.json.tmpl b/tools/osx-gon-config.json.tmpl deleted file mode 100644 index 3ea16465fc1de5..00000000000000 --- a/tools/osx-gon-config.json.tmpl +++ /dev/null @@ -1,12 +0,0 @@ -{ - "notarize": [{ - "path": "node-{{pkgid}}.pkg", - "bundle_id": "org.nodejs.pkg.{{pkgid}}", - "staple": true - }], - - "apple_id": { - "username": "{{appleid}}", - "password": "@env:NOTARIZATION_PASSWORD" - } -}