Skip to content

Commit

Permalink
[ref] Add runtime options for codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshikukreja14 committed Mar 15, 2021
1 parent ee24031 commit f57ef20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ after_success:
echo "Codesigning the installer ..."
cd $PARENT_DIR
codesign -s "Elucidata Corporation" $INSTALLER.app
codesign –verify –verbose -s "Elucidata corporation" -o runtime $INSTALLER.app
codesign –verify –verbose=4 $INSTALLER.app
if [ $? != 0 ]; then
echo "Failed to sign installer. Make sure the certificate exists."
Expand Down

0 comments on commit f57ef20

Please sign in to comment.