From 07a1730615f358e28641d7214717cc459898ba8e Mon Sep 17 00:00:00 2001 From: Pompurin404 Date: Tue, 31 Dec 2024 11:49:51 +0800 Subject: [PATCH] enable notarize --- electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index e8d6002..0e136c0 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -44,7 +44,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: false + notarize: true artifactName: ${name}-macos-${version}-${arch}.${ext} pkg: allowAnywhere: false