Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Nov 7, 2017
1 parent effbfcf commit 3b352ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci/osx/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ appdmg mac/appdmg.json build/$APP-$VERSION.dmg
#sign dmg
codesign --force --verify --verbose --sign "$ID" build/$APP-$VERSION.dmg

echo "Verifying code signed disk image"
codesign --verify --verbose=4 build/$APP-$VERSION.dmg
spctl --assess --verbose=4 --raw build/$APP-$VERSION.dmg
#echo "Verifying code signed disk image"
#codesign --verify --verbose=4 build/$APP-$VERSION.dmg
#spctl --assess --verbose=4 --raw build/$APP-$VERSION.dmg

echo "Removing keys"
# remove keys
Expand Down

0 comments on commit 3b352ef

Please sign in to comment.