Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 13 Nov 2016 22:52:55 UTC Commit: 6a6ee196266df484033f66f9c3dfff676e18e893 https://github.com/geany/geany-osx/commit/6a6ee196266df484033f66f9c3dfff676e...
Log Message: ----------- Update README to mention how to get the certificate name
Modified Paths: -------------- README.md
Modified: README.md 6 lines changed, 4 insertions(+), 2 deletions(-) =================================================================== @@ -168,8 +168,10 @@ Bundling export APPLICATION_CERT="your certificate name" ```
- (the certificate name is typically your name or your company's name). The - certificate should be installed in your login keychain. + The certificate should be installed in your login keychain. You can get the + certificate name by running `security find-identity -p codesigning` and + checking for "Developer ID Application" - the name that follows it is the + certificate name.
6. Create the app bundle by calling
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).