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

Commit

Permalink
Merge pull request #1870 from tylerslaton/sudo-cp
Browse files Browse the repository at this point in the history
Add sudo to cp in notarize script
  • Loading branch information
tylerslaton authored Jun 29, 2023
2 parents 680eb7a + 88b6441 commit b4d851d
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 b4d851d

Please sign in to comment.