Skip to content

Commit

Permalink
fix: notarize macos dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-vm committed Aug 1, 2024
1 parent 9cafe35 commit 9741f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mac:
extendInfo:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
notarize: true
dmg:
artifactName: ${name}-${version}-macos-${arch}.${ext}
writeUpdateInfo: false
Expand Down

0 comments on commit 9741f69

Please sign in to comment.