From 29bccd3e334c97bd07a1d6346cc0ae892685b6eb Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Wed, 5 Oct 2022 22:25:40 -0400 Subject: [PATCH] Update InstallOnMac.md Gatekeeper instructions --- Documentation/InstallOnMac.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/InstallOnMac.md b/Documentation/InstallOnMac.md index 4383ccbb..97307f8c 100644 --- a/Documentation/InstallOnMac.md +++ b/Documentation/InstallOnMac.md @@ -21,4 +21,20 @@ sudo spctl --add --label "Libation" ./Libation ./Libation ``` +## Trouble with Gatekeeper? + +If Gatekeeper is giving you trouble with Libation: + +Disable the block + +`sudo spctl --master-disable` + +Launch Libation and login, etc. and allow the rules to update then re-enable the block. + +`sudo spctl --master-enable` + +Once Gatekeeper reenabled, you can open Libation again without it being blocked. + +Thanks [joseph-holland](https://github.com/rmcrackan/Libation/issues/327#issuecomment-1268993349)! + Report bugs to https://github.com/rmcrackan/Libation/issues