From 88b644151919f198ae6671f553606e40070225a6 Mon Sep 17 00:00:00 2001 From: tylerslaton Date: Thu, 29 Jun 2023 15:45:19 -0400 Subject: [PATCH] Add sudo to cp in notarize script Signed-off-by: tylerslaton --- tools/notarize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/notarize b/tools/notarize index 16e6ff0a8..029d3964a 100755 --- a/tools/notarize +++ b/tools/notarize @@ -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