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

3.1.2.beta.1

parent 0a1e040c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,7 +42,8 @@ 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"
codesign -dv --verbose=4 "build/$BUILDTYPE/iTerm2.app" > /tmp/signature 2>&1
cat /tmp/signature | 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