Fix sparkle installation

This commit is contained in:
Jonas Kvinge 2020-12-22 16:33:51 +01:00
parent c7986e4277
commit 977ac16a1e
2 changed files with 7 additions and 1 deletions

View File

@ -1038,6 +1038,9 @@ jobs:
create-dmg
taglib
- name: Install Sparkle
run: brew install --cask sparkle
- name: Delete conflicting taglib system headers
shell: bash
run: rm -rf /usr/local/include/taglib
@ -1103,6 +1106,9 @@ jobs:
create-dmg
taglib
- name: Install Sparkle
run: brew install --cask sparkle
- name: Delete conflicting taglib system headers
shell: bash
run: rm -rf /usr/local/include/taglib

View File

@ -18,7 +18,7 @@ before_install:
- brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
- brew install libcdio libmtp
- brew install create-dmg
- brew cask install sparkle
- brew install --cask sparkle
- sudo ln -s /usr/local/Caskroom/sparkle/$(ls /usr/local/Caskroom/sparkle | head -n1)/Sparkle.framework /Library/Frameworks/Sparkle.framework
- sudo ln -s /usr/local/Caskroom/sparkle/$(ls /usr/local/Caskroom/sparkle | head -n1)/Sparkle.framework.dSYM /Library/Frameworks/Sparkle.framework.dSYM
- export Qt5_DIR=/usr/local/opt/qt5/lib/cmake