Skip to content

Commit

Permalink
Merge pull request #117 from odedshimon/new-release-notifier
Browse files Browse the repository at this point in the history
add Octokit.dll to installer
  • Loading branch information
odedshimon committed Sep 30, 2021
2 parents a0b0a0f + 743ca5b commit 3debfe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BruteShark/BruteSharkDesktopInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
<File Id="Newtonsoft.Json.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="Newtonsoft.Json.dll" />
</Component>

<Component Id="Octokit.dll">
<File Id="Octokit.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="Octokit.dll" />
</Component>

</ComponentGroup>
</Fragment>
</Wix>

0 comments on commit 3debfe8

Please sign in to comment.