When packaging on Windows, most of the dlls in the bin directory are deleted (so that only the necessary ones will be imported via fixup_bundle). The problem is the application can no longer be tested from the build directory.
This PR avoids those deletions by deleting the files from the install location instead.
original PR: https://github.com/Inria-Asclepios/medInria-public/pull/833
When packaging on Windows, most of the dlls in the bin directory are deleted (so that only the necessary ones will be imported via fixup_bundle). The problem is the application can no longer be tested from the build directory. This PR avoids those deletions by deleting the files from the install location instead.