Skip to content

Commit 743ca5b

Browse files
committed
add Octokit.dll to installer
1 parent 35a3139 commit 743ca5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BruteShark/BruteSharkDesktopInstaller/Product.wxs

+4
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171
<File Id="Newtonsoft.Json.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="Newtonsoft.Json.dll" />
172172
</Component>
173173

174+
<Component Id="Octokit.dll">
175+
<File Id="Octokit.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="Octokit.dll" />
176+
</Component>
177+
174178
</ComponentGroup>
175179
</Fragment>
176180
</Wix>

0 commit comments

Comments
 (0)