From 272c25a60534da2a3b390a5745409e20f68706ac Mon Sep 17 00:00:00 2001 From: jackkav Date: Wed, 26 Jun 2024 12:36:08 +0200 Subject: [PATCH] add note about notorize fail --- .github/workflows/release-build.yml | 1 + packages/insomnia/electron-builder.config.js | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 21f8f81fe..b3cd2b767 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -66,6 +66,7 @@ jobs: - name: Install packages run: npm ci + # If this step fails its possible apple has new license terms which need to be accepted by logging into https://developer.apple.com/account - name: Package app (MacOS only) if: matrix.os == 'macos-13' shell: bash diff --git a/packages/insomnia/electron-builder.config.js b/packages/insomnia/electron-builder.config.js index 39c421a8b..7c01a5536 100644 --- a/packages/insomnia/electron-builder.config.js +++ b/packages/insomnia/electron-builder.config.js @@ -62,6 +62,7 @@ const config = { extendInfo: { NSRequiresAquaSystemAppearance: false, }, + // If this step fails its possible apple has new license terms which need to be accepted by logging into https://developer.apple.com/account notarize: { teamId: 'FX44YY62GV', },