We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f360e commit f78a4dcCopy full SHA for f78a4dc
electron-builder.yml
@@ -16,6 +16,10 @@ linux:
16
- deb
17
- tar.gz
18
mac:
19
+ # For notarisation to work, we must specify the following environment variables:
20
+ # - APPLE_ID (the email used to login to https://account.apple.com/);
21
+ # - APPLE_APP_SPECIFIC_PASSWORD (generated using the App-Specific Passwords tool at https://account.apple.com/account/manage); and
22
+ # - APPLE_TEAM_ID (it can be retrieved from https://developer.apple.com/account/resources/certificates/list; see top right).
23
artifactName: ${productName}-${version}-macOS-${arch}.${ext}
24
target:
25
- dmg
0 commit comments