1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 02:47:36 +01:00
This commit is contained in:
Jonas Kvinge 2021-07-18 15:33:13 +02:00
parent 190b23b702
commit 4f0fdbab62

View File

@ -1358,8 +1358,8 @@ jobs:
working-directory: build
shell: bash
run: |
mkdir -p strawberry.app/Contents/Frameworks/
cp /usr/local/lib/libbrotlicommon.1.dylib strawberry.app/Contents/Frameworks/
sudo mkdir -p strawberry.app/Contents/Frameworks/
sudo cp /usr/local/lib/libbrotlicommon.1.dylib strawberry.app/Contents/Frameworks/
- name: Copy sparkle
working-directory: build
shell: bash