Obtain the .exe files for ffmpeg and XWBTool above, and drag them inside the MusicModder folder, and make sure .NET SDK is installed
Open a terminal and navigate to the project director
cd path/to/MusicModderBuild the project with
dotnet build
dotnet runIf no issues arises release the build with
dotnet publish -c Release -r win-x64 --self-contained trueAfter running the command above, your created .exe should be located in bin\Release\netX.X\win-x64\publish\