Skip to content

Commit

Permalink
Merge pull request #60 from odedshimon/fix-missing-dll-issue-57
Browse files Browse the repository at this point in the history
add System.Runtime.CompilerServices.Unsafe.dll to installer
  • Loading branch information
odedshimon authored Jan 2, 2021
2 parents 750571d + 579f973 commit 1a462c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BruteShark/BruteSharkDesktopInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product
Id="CE452A31-5E74-41BE-A768-EBEE7B325862"
Name="BruteSharkDesktop"
Language="1033" Version="1.2.4.0"
Language="1033" Version="1.2.5.0"
Manufacturer="Oded Shimon"
UpgradeCode="9bec2dfd-0f30-466a-9077-cf86db101cac">

Expand Down Expand Up @@ -123,6 +123,9 @@
<File Id="PcapngUtils.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="PcapngUtils.dll" />
</Component>

<Component Id="System.Runtime.CompilerServices.Unsafe.dll">
<File Id="System.Runtime.CompilerServices.Unsafe.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="System.Runtime.CompilerServices.Unsafe.dll" />
</Component>

</ComponentGroup>
</Fragment>
Expand Down

0 comments on commit 1a462c2

Please sign in to comment.