Powered by Avalonia UI and CUE4Parse
Add the following URL in the Repositories tab of Portle
https://raw.githubusercontent.com/Bmarquez1997/RivalsPorting/refs/heads/RivalsPorting/Repository.json
To build RivalsPorting from source, first clone the repository and all of its submodules.
git clone -b RivalsPorting https://github.com//bmarquez1997/RivalsPorting --recursive
Then open the project directory in a terminal window and publish
dotnet publish FortnitePorting -c Release --no-self-contained -r win-x64 -o "./Release" -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -p:IncludeNativeLibrariesForSelfExtract=true

