tags:

views:

19

answers:

0

How should I handle changing ownership of the files in the .app bundle? If I ship this file to a client, the internals will have my user id.

Also related, I have some executables files that are used by my application. py2app removes the executable permission bit. Should I include these in DATA_FILES and change permissions in-place, or is there a smarter way?