diff --git a/electron-builder.json b/electron-builder.json index 571b9980..814228b0 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -87,7 +87,8 @@ "type": "distribution", "category": "public.app-category.developer-tools", "extendInfo": { - "ITSAppUsesNonExemptEncryption": false + "ITSAppUsesNonExemptEncryption": false, + "NSAppleEventsUsageDescription": "Termix needs access to control other applications for terminal operations." } } }