halfuwu / FortnitePorting

Automation of the Fortnite Porting Process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automation of the Fortnite Porting Process

License:GNU General Public License v3.0


Languages

Language:C# 67.1%Language:Python 32.9%Language:Batchfile 0.0%