takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
896 stars 119 forks source link

Avoid filename clashes in the build directory #162

Closed takluyver closed 6 years ago

takluyver commented 6 years ago

Fixes #156.

cc @JoshMayberry - this should do what we talked about when you try to include multiple files with the same name. If you've got time to try it out, please let me know how it goes. :smiley:

JoshMayberry commented 6 years ago

Thanks so much. I will test it out on the next release of our program. :)

takluyver commented 6 years ago

Great! Is that likely to be soon? There are a few other recent changes, so I might make a release soon. If you're going to test it in the next couple of days, I'd love to have someone try this for a real use case before releasing Pynsist 2.2. Otherwise I'll do the release and see if anything breaks. :-)

JoshMayberry commented 5 years ago

We just created the next release, and I used your latest build. It fixes the problems we talked about.