Merge branch 'rmcrackan:master' into master
This commit is contained in:
commit
1f1f34b6ce
@ -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.
|
- Move the extracted Libation app bundle to your applications folder.
|
||||||
- Open a terminal (Go > Utilities > Terminal)
|
- Open a terminal (Go > Utilities > Terminal)
|
||||||
- Copy/paste/run the following command (you'll be prompted to enter your password)
|
- Copy/paste/run the following command (you'll be prompted to enter your password)
|
||||||
```Console
|
- macOS x64
|
||||||
sudo spctl --master-disable && sudo spctl --add --label "Libation" /Applications/Libation.app && open /Applications/Libation.app && sudo spctl --master-enable
|
```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!
|
- Close the terminal and use Libation!
|
||||||
|
|
||||||
## Running Hangover
|
## Running Hangover
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user