Skip to content
Snippets Groups Projects
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
Branches
Tags
1 merge request!843Misc build signing script fixes
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment