Generates a Fast DL directory with the lua and compressed files
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.