Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rmcrackan/Libation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Sep 5, 2024
2 parents c0cb454 + 970a77c commit 29edfb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions Documentation/InstallOnMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,30 @@ This walkthrough should get you up and running with Libation on your Mac.
- Apple Silicon (M1, M2, ...): `Libation.9.4.2-macOS-chardonnay-`**arm64**`.tgz`
- Intel: `Libation.x.x.x-macOS-chardonnay-`**x64**`.tgz`
- 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)

- Right-click on Libation and then click on open
- The first time, it will not immediately show you an option to open it. Just dismiss the dialog and do the same thing again (right-click -> open) then you will get an option to run the unsigned application. This takes about 10 seconds.

## If this doesn't work

You can add Libation as a safe app without touching Gatekeeper.

- Copy/paste/run the following command. Adjust the file path to the Libation.app on your computer if necessary.

```Console
sudo spctl --master-disable && sudo spctl --add --label "Libation" /Applications/Libation.app && open /Applications/Libation.app && sudo spctl --master-enable
```
xattr -r -d com.apple.quarantine ~/Downloads/Libation.app
```
- Close the terminal and use Libation!

## If this still doesn't work

- Copy/paste/run the following command (you'll be prompted to enter your Mac password)

```Console
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!

## Troubleshooting

If Libation fails to start after completing the above steps, try the following:
Expand Down
2 changes: 1 addition & 1 deletion Source/LibationUiBase/LibationUiBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 29edfb7

Please sign in to comment.