Ian Caines
Ian Caines
**Describe the bug** After commit 7fbf1ba71d601c382dddb0c735f5827336f416eb, extra files are copied into Qt plugins directories. The extra files are Qt5 dynamically linked libraries (e.g., Qt5Core.dll, QtGui.dll). I suspect that this is...
Allow better reporting of why files are being included in the frozen application. Still work in progress. Ultimately this code should also allow dynamic links to be handled better on...
Fix so that if a specific .msi filename is provided by the --target-name option on the bdist_msi command, then that name will be used without alternation.
**Describe the bug** When the name of the msi file is specified by passing the target-name parameter to the bdist_msi command, the msi is created with the wrong file name....
**Describe the bug** The same DLL may be copied into a frozen application multiple times. I think this was a problem that was previously fixed (#366). PR #1589 is possibly...