1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 02:47:36 +01:00

Revert "Add sudo"

This reverts commit 4f0fdbab62f75e82676c828b60dc6f4199510dd1.
This commit is contained in:
Jonas Kvinge 2021-07-18 15:34:07 +02:00
parent 4f0fdbab62
commit 853b936cdd

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