> The fastest workaround is to hand-edit your spec file and add
> "append_pkg=False" as keyword argument in the call to the EXE() function.
>
> This will create a different layout. Instead of having a single
> executable with the big archive of data appended to it, you will have a
> small executable (eg: foobar.exe) and a package on the side
> (foobar.pkg). This would make signing work.

Do note however, that this also defeats the purpose of "signing". Now
your are only certifying the stub, and your application logic can be
easily changed without invalidating the signature on the stub.

--
Yuhui

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to