From 9741f69e014d1107fa455a2ce86a2263f22386f2 Mon Sep 17 00:00:00 2001 From: Nathan Vieira Marcelino Date: Thu, 1 Aug 2024 17:00:18 -0300 Subject: [PATCH] fix: notarize macos dmg --- electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index 420fc26..895fbbf 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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