Skip to content

Commit f78a4dc

Browse files
committed
Code signing on macOS.
1 parent e0f360e commit f78a4dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

electron-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ linux:
1616
- deb
1717
- tar.gz
1818
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).
1923
artifactName: ${productName}-${version}-macOS-${arch}.${ext}
2024
target:
2125
- dmg

0 commit comments

Comments
 (0)