Link Sparkle

This commit is contained in:
Jonas Kvinge 2020-12-23 16:55:35 +01:00
parent 9b5fdb1345
commit fa0bd8d31a
1 changed files with 12 additions and 0 deletions

View File

@ -1038,6 +1038,12 @@ jobs:
- name: Install Sparkle
run: brew install --cask sparkle
- name: Link Sparkle
shell: bash
run: |
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
- name: Delete conflicting taglib system headers
shell: bash
run: rm -rf /usr/local/include/taglib
@ -1106,6 +1112,12 @@ jobs:
- name: Install Sparkle
run: brew install --cask sparkle
- name: Link Sparkle
shell: bash
run: |
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
- name: Delete conflicting taglib system headers
shell: bash
run: rm -rf /usr/local/include/taglib