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

Commit 14ed5b7

Browse files
committed
Return early in notarize script temporarily
Signed-off-by: tylerslaton <[email protected]>
1 parent 130d746 commit 14ed5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/notarize

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121
echo "SIGN=${SIGN} NOTARIZE=${NOTARIZE} BUNDLE=${AC_BUNDLE} BINARY=${BINARY} DMG=${DMG}"
2222

2323
sudo apt-get update -y
24+
exit 0
2425

2526
if [[ "${SIGN}" != "0" ]]; then
2627
echo "Signing"

0 commit comments

Comments
 (0)