smith-chem-wisc / MetaMorpheus

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

Added SpectralAveraging.dll to project.wxs #2310

Closed nbollis closed 1 year ago

nbollis commented 1 year 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.