-
-
Notifications
You must be signed in to change notification settings - Fork 344
Packing BruteShark
Oded Shimon edited this page May 1, 2021
·
4 revisions
- Linux: dotnet publish -c Release -r ubuntu.16.04-x64 /p:PublishSingleFile=true
- Windows: dotnet publish -c Release -r win-x64 /p:PublishSingleFile=true
- 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)
- Automatic - We need to learn how to do it :-)