Stremio / stremio-service

GNU General Public License v2.0
103 stars 6 forks source link

Fix MacOS release #62

Closed core1024 closed 6 months ago

core1024 commented 6 months ago

MacOS release was failing because brew is trying to install packages that are already present on the system. I found that

  1. graphicsmagick is a fork of imagemagick so we don't need both
  2. furthermore nowhere in our code we use imagemagick or graphicsmagick. This make installing them unnecessary.
  3. As they are the only packages we install from brew we don't need brew either.
tymmesyde commented 6 months ago

imagemagic and graphicmagic were both needed before as we used https://github.com/sindresorhus/create-dmg instead of appdmg