smith-chem-wisc / MetaMorpheus

Proteomics search software with integrated calibration, PTM discovery, bottom-up, top-down and LFQ capabilities
MIT License
90 stars 45 forks source link

Added SpectralAveraging.dll to project.wxs #2310

Closed nbollis closed 9 months ago

nbollis commented 9 months ago

SpectralAveraging.dll was not being packaged properly with the Wix Installer. This PR adds the lines to the wix install script to package the new dll within mzlib correctly.

Future work should dig into why this is not happening automatically.