Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 671 Bytes

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 671 Bytes

FastDL-Generator

Generates a Fast DL directory with the lua and compressed files

How to use

Windows

Drag & drop the directories onto the executable

Linux
Directly

mono "FastDL Generator.exe" "/home/myaccount/Downloads/an-addon"

With Docker

docker run -it --rm -v /home/workstation/Downloads:/working ethorbit/fastdl-generator:latest /working/an-addon

Make sure there is no forward slash after the path.