From 2b6cbda6bf0b3d5857191d9231778b5fd594eb39 Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Mon, 12 Sep 2022 13:44:23 -0500 Subject: [PATCH] enable Gatekeeper support on macOS (#2081) --- scripts/createPackage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/createPackage.js b/scripts/createPackage.js index 82dbcbef4..efd3d4f82 100644 --- a/scripts/createPackage.js +++ b/scripts/createPackage.js @@ -95,7 +95,9 @@ module.exports = function (platform, extraOptions) { LSItemContentTypes: ['public.xhtml'] } ], - NSUserActivityTypes: ['NSUserActivityTypeBrowsingWeb'] // macOS handoff support + NSUserActivityTypes: ['NSUserActivityTypeBrowsingWeb'], // macOS handoff support + LSFileQuarantineEnabled: true // https://github.com/minbrowser/min/issues/2073 + // need to revisit if implementing autoupdate, see https://github.com/brave/browser-laptop/issues/13817 } }, directories: {