Skip to content

BrantaOps/branta-windows

Repository files navigation

Branta

Branta Screenshot

Docs

https://docs.branta.pro/

Building

Prerequisites

Clone the repo

git clone https://github.com/BrantaOps/branta-windows.git

Create a standalone executable

dotnet publish Branta/Branta.csproj -c Release --self-contained -r win-x64 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true

Executable can be found in Branta\bin\Release\net8.0-windows\win-x64\publish\

OR

Run from Source

dotnet run

Releases

To Create the MSI installer Build the Branta.Setup project in Release

Note: For the installer to work the ProductCode and ProductVersion in Branta.Setup.vdproj must be updated.

Donate

Branta is free open source software. If you can, consider donating on Geyser 🙏

Feature Requests & Bug Reporting

Open a new issue on Github and we'll reply as soon as we can.

Licensing

The code in this project is licensed under the MIT license.