On 4/12/20 6:46 PM, Emmanuel Lécharny wrote: > Hi Stefan, > > I'm currently reviewing the release. > > > Atm, i'm blocked in the code signing part on mac. As i'm trying to > package strio on my mac, at some point, it executes codesign and fials, > because it alledgedly can't find my Apple dev certificate in my keychain > (although I have properly imported it...). > > I wonder if you had faced the issue yoruself, and if so, how did you > mitigated the problem ? Google is not very helpfull....
It's because I'm stupid and put my key ID into the script: https://github.com/apache/directory-studio/blob/master/installers/macos/src/dmg/createDMG.sh#L42 Please replace it with you key ID. I'll change it to an env variable and update the readme... Kind Regards, Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
