We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6d4e commit 7361c19Copy full SHA for 7361c19
electron-builder.yml
@@ -25,7 +25,8 @@ mac:
25
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
26
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
27
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
28
- notarize: true
+ notarize:
29
+ teamId: "${env.APPLE_TEAM_ID}"
30
target:
31
- target: dmg
32
arch:
0 commit comments