Skip to content

Commit

Permalink
chore: add macos to README
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Jul 4, 2024
1 parent dacb7da commit 46e037d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ At the moment, only **Deb**, **Rpm** and **AppImage** are generated and supporte
- Legacy is for compatibility with older Ubuntu versions.
- Main is for future support of newer versions of Ubuntu.

#### macOS

For the moment, you need to run the following command for the app on macOS to works:

```
xattr -d com.apple.quarantine RQuickShare.app
```

(if anyone have an idea how to fix that, a PR is welcome :))

#### Debian

```
Expand Down

0 comments on commit 46e037d

Please sign in to comment.