Skip to content

Fix NSIS installer: revert removing useless files because NSIS have a check...

Julien Wadel requested to merge fix/nsis into release/6.1

Fix NSIS installer: revert removing useless files because NSIS have a check integrity that is computed from install() commands. There is no way found to remove these files without changing install on all subprojects.

Merge request reports