boklm pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
a4137090
by Nicolas Vigier at 2025-01-16T16:44:34+01:00
1 changed file:
Changes:
... | ... | @@ -21,7 +21,7 @@ display_name=$(display_name) |
21 | 21 | |
22 | 22 | tar -C "$tmpdir" -xf "$macos_rcodesign_signed_tar_dir/$(project-name)-macos-${tbb_version}-rcodesign-signed.tar.zst"
|
23 | 23 | |
24 | -"$script_dir/../local/rcodesign-128/rcodesign" notary-submit --api-key-path "$appstoreconnect_api_key_path" --staple "$tmpdir/$display_name.app"
|
|
24 | +"$script_dir/../local/rcodesign-128/rcodesign" notary-submit --max-wait-seconds 6000 --api-key-path "$appstoreconnect_api_key_path" --staple "$tmpdir/$display_name.app"
|
|
25 | 25 | |
26 | 26 | output_file="$(project-name)-${tbb_version}-notarized+stapled.tar.zst"
|
27 | 27 | tar -C "$tmpdir" -caf "$tmpdir/$output_file" "$display_name.app"
|