Commit a9429aa5 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 41005: Unpack macOS bundle to /var/tmp instead of /tmp in rcodesign-notary-submit step

parent 9b98e5ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ test -f "$appstoreconnect_api_key_path" || \

"$script_dir/setup-rcodesign"

tmpdir=$(mktemp -d)
tmpdir=$(mktemp -d -p /var/tmp)
trap "rm -Rf $tmpdir" EXIT

Proj_Name=$(Project_Name)