Skip to content

Packing BruteShark

Oded Shimon edited this page May 1, 2021 · 4 revisions

Pack BruteSharkCli:

  1. Linux: dotnet publish -c Release -r ubuntu.16.04-x64 /p:PublishSingleFile=true
  2. Windows: dotnet publish -c Release -r win-x64 /p:PublishSingleFile=true

Pack BruteSharkDesktop:

  1. Manual -
  • BruteSharkdesktopInstaller is a WiX Toolset installer project for BruteSharkDesktop.
  • Updating the version section in Product.wxs XML file..
  • Right clicking on the installer project -> Build
  • Go to output directory and look for the msi file (\BruteSharkDesktopInstaller\bin\Debug\BruteSharkDesktopInstaller.msi)
  1. Automatic - We need to learn how to do it :-)
Clone this wiki locally