From 980f5afa54294a5c9387b827a9f4c47aa1fabca5 Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Sat, 25 Feb 2023 19:42:45 -0700 Subject: [PATCH] Update InstallOnMac.md --- Documentation/InstallOnMac.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/InstallOnMac.md b/Documentation/InstallOnMac.md index 1ac3a80d..7d4a9af3 100644 --- a/Documentation/InstallOnMac.md +++ b/Documentation/InstallOnMac.md @@ -13,9 +13,14 @@ This walkthrough should get you up and running with Libation on your Mac. - Move the extracted Libation app bundle to your applications folder. - Open a terminal (Go > Utilities > Terminal) - Copy/paste/run the following command (you'll be prompted to enter your password) - ```Console - sudo spctl --master-disable && sudo spctl --add --label "Libation" /Applications/Libation.app && open /Applications/Libation.app && sudo spctl --master-enable - ``` + - macOS x64 + ```Console + sudo spctl --master-disable && sudo spctl --add --label "Libation" /Applications/Libation.app && open /Applications/Libation.app && sudo spctl --master-enable + ``` + - macOS arm64 + ```Console + codesign --force --deep -s - /Applications/Libation.app && sudo spctl --master-disable && sudo spctl --add --label "Libation" /Applications/Libation.app && open /Applications/Libation.app && sudo spctl --master-enable + ``` - Close the terminal and use Libation! ## Running Hangover