From e843b7662d823483d5983e721dd32126ed53b03d Mon Sep 17 00:00:00 2001 From: nicwands Date: Mon, 2 Mar 2026 13:03:03 -0500 Subject: [PATCH] added notarize: true --- electron-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/electron-builder.yml b/electron-builder.yml index e03da23..0aa9115 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -24,6 +24,7 @@ mac: - NSMicrophoneUsageDescription: Application requests access to the device's microphone. - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. + notarize: true dmg: artifactName: ${name}-${version}.${ext} linux: