Revert "Add sudo"

This reverts commit 4f0fdbab62.
This commit is contained in:
Jonas Kvinge 2021-07-18 15:34:07 +02:00
parent 4f0fdbab62
commit 853b936cdd
1 changed files with 2 additions and 2 deletions

View File

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