Skip to content

Commit

Permalink
Merge pull request #3005 from newearthmartin/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriles90 authored May 25, 2024
2 parents b5d19e0 + cee2ce1 commit ade14a5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Download and install:
* Or **latest dev build (for testers)**: check the repo's [actions page](https://github.com/popcorn-official/popcorn-desktop/actions)


### macOS:
### MacOS:
Download and install:
* **Latest release**: check [popcorn-time.site](https://popcorn-time.site) or the repo's [releases page](https://github.com/popcorn-official/popcorn-desktop/releases)
* Or **latest dev build (for testers)**: check the repo's [actions page](https://github.com/popcorn-official/popcorn-desktop/actions)
Expand All @@ -53,6 +53,14 @@ Also, if you keep a [_Brewfile_](https://github.com/Homebrew/homebrew-bundle#usa
cask "popcorn-time" #, args: { "no-quarantine": true }
~~~

#### Apple Silicon:

If you have Apple Silicon (M-series chips), you need to use the `arm64` release. Apple Silicon apps are required to be signed and notarised with an Apple developer account. So it is necessary to manually remove the quarantine flag:

```
xattr -c "/Applications/Popcorn-Time.app/"
```


### Linux - Debian/Ubuntu based distros:
Download and install:
Expand Down

0 comments on commit ade14a5

Please sign in to comment.