- .NET Core 3.0 or better (https://dotnet.microsoft.com/download/dotnet-core/3.0)
- Download the application code as a zip and expand or clone in Visual Studio 2019 and simply build in IDE
Run these commands in the ApplicationInspector
directory.
Windows
dotnet build
Linux/Mac
make
Windows
dotnet publish -c Release -r win10-x64
Linux/Mac
make release