Skip to content
Snippets Groups Projects
Commit 691b458e authored by George Nachman's avatar George Nachman
Browse files

Update release_beta to avoid problems

parent b786988a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,6 +42,7 @@ function Build {
DESCRIPTION=$4
SPARKLE_PREFIX=$5
codesign --verify --verbose "build/$BUILDTYPE/iTerm2.app" || die "Signature not verified"
(codesign -dv --verbose=4 build/$BUILDTYPE/iTerm.app 2>&1) | fgrep 'Authority=Developer ID Application: GEORGE NACHMAN (H7V7XYVQ7D)' || die "Not signed with the right certificate"
pushd "build/$BUILDTYPE"
# Create the zip file
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment