From 3784742f32a24b18f43b0f121e8df1872d19a7da Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Tue, 9 Jan 2024 00:13:59 -0500 Subject: [PATCH] Add `WPILibInstaller` identifier as allowed installer for macOS (#123) --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 524de67a..56c0c24a 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,12 @@ "NSUpdateSecurityPolicy": { "AllowPackages": [ "58SET3NSX7" - ] + ], + "AllowProcesses": { + "58SET3NSX7": [ + "WPILibInstaller" + ] + } } }, "notarize": false