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

Commit 9deaad1

Browse files
authored
Merge pull request #1858 from tylerslaton/temp-skip-sign
Return early in notarize script temporarily
2 parents 130d746 + 14ed5b7 commit 9deaad1

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)