removed hardened runtime option

This commit is contained in:
Sam Schott 2019-11-01 00:18:23 +00:00
parent bfedf41a40
commit 40e53e1544

View File

@ -22,6 +22,6 @@ python3 /Users/samschott/Documents/Python/maestral-dropbox/post_build.py
echo "********************** SIGNING ************************"
codesign -s "Mac Developer: sam.schott@outlook.com (FJNXBRUVWL)" --deep --options runtime dist/Maestral.app
codesign -s "Mac Developer: sam.schott@outlook.com (FJNXBRUVWL)" --deep dist/Maestral.app
echo "*********************** DONE **************************"