medInria / medInria-public

Open-source part of the medInria software
https://med.inria.fr/
BSD 4-Clause "Original" or "Old" License
92 stars 72 forks source link

(Windows) Don't delete files on packaging phase #1224

Closed fcollot closed 6 months ago

fcollot commented 6 months ago

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.