Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Add sudo to cp in notarize script
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Jun 29, 2023
1 parent 680eb7a commit 88b6441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/notarize
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ "${NOTARIZE}" == "1" ]]; then
mkfs.hfsplus -v "Acorn" "${DMG}"
mkdir -p /tmp/acorn_mount
sudo mount -t hfsplus -o loop "${DMG}" /tmp/acorn_mount
cp -R "${DIR}"/* /tmp/acorn_mount
sudo cp -R "${DIR}"/* /tmp/acorn_mount
sudo umount /tmp/acorn_mount

# Notarize and staple the DMG
Expand Down

0 comments on commit 88b6441

Please sign in to comment.