Hi all,

One curiosity about the PAR::Packer is that it breaks when using the Mac
'codesign' app on OSX. The codesign software is required in order to
distribute Mac apps because of the Apple Gateway security software and it
digitally signs the file.

Signing a PAR::Packer file with no binary attached works fine (e.g., a PAR
file); however, signing it with the binary (-o option) fails. Do you know
how this might be remedied? It seems like it's stripping off the ZIP
appended portion of the file and returning an error.

Looks like there was a similar fix for Python compiler:
https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing

I'd be happy to work with anyone who has suggestions and run any needed
tests! It would be really valuable to me if this was working on OSX.

Best,
Dan

Reply via email to