This commit is contained in:
Jonas Kvinge 2021-07-18 15:33:13 +02:00
parent 190b23b702
commit 4f0fdbab62
1 changed files with 2 additions and 2 deletions

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