Skip to content

Commit

Permalink
Added OneOf.dll to Product-template.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
chambm authored Aug 22, 2024
1 parent b3b08a1 commit e309822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pwiz_tools/Skyline/Executables/Installer/Product-template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@
<Component Id="NHibernate.dll">
<File Source="$(var.Skyline.TargetDir)/NHibernate.dll" KeyPath="yes"/>
</Component>
<Component Id="OneOf.dll">
<File Source="$(var.Skyline.TargetDir)/OneOf.dll" KeyPath="yes"/>
</Component>
<Component Id="PrmPasefScheduler.dll">
<File Source="$(var.Skyline.TargetDir)/PrmPasefScheduler.dll" KeyPath="yes"/>
</Component>
Expand Down

0 comments on commit e309822

Please sign in to comment.