add note about notorize fail

This commit is contained in:
jackkav 2024-06-26 12:36:08 +02:00
parent 72edb6a0a6
commit 272c25a605
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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',
},