From 9513f33a3cd1753cd5330c1a07952321751b6e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Wed, 21 Apr 2021 09:32:02 +0200 Subject: [PATCH] add quarantine to plist (#1558) --- electron-builder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index d3f2a126..257774ca 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -84,7 +84,8 @@ "entitlementsInherit": "./build/entitlements.mac.plist", "extendInfo": { "NSMicrophoneUsageDescription": "Microphone access may be used by Mattermost plugins, such as Jitsi video conferencing.", - "NSCameraUsageDescription": "Camera access may be used by Mattermost plugins, such as Jitsi video conferencing." + "NSCameraUsageDescription": "Camera access may be used by Mattermost plugins, such as Jitsi video conferencing.", + "LSFileQuarantineEnabled": true } }, "dmg": {