Skip to content

Commit

Permalink
Add WPILibInstaller identifier as allowed installer for macOS (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 9, 2024
1 parent 34f2eb5 commit 3784742
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,12 @@
"NSUpdateSecurityPolicy": {
"AllowPackages": [
"58SET3NSX7"
]
],
"AllowProcesses": {
"58SET3NSX7": [
"WPILibInstaller"
]
}
}
},
"notarize": false
Expand Down

0 comments on commit 3784742

Please sign in to comment.