Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.21 KB

FortnitePorting - Automation of the Fortnite Porting Process

Powered by Avalonia UI and CUE4Parse

Discord Blender Release Downloads


image

Building FortnitePorting

To build FortnitePorting from source, first clone the repository and all of its submodules.

git clone -b v2 https://github.com/halfuwu/FortnitePorting --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