AlexCSDev / PatreonDownloader

Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
MIT License
979 stars 98 forks source link

Unable to create an executable #84

Closed BrentonFB closed 2 years ago

BrentonFB commented 3 years ago

Hello Everyone I have been trying to follow the Build document when following how to create an executable of the application. I am wondering if there are any visual tutorials on how to set up DotNet with the files here. I've installed Dotnet a multitude of times and have tried to create an executable with Visual Studio, the command prompt, and even trying to run the dotnet run in the application folder.

Is there a step that I am missing maybe a file here?

AlexCSDev commented 3 years ago

If you are encountering errors regarding UniversalDownloaderPlatform try checking out the source code using git clone --recurse-submodules. The documentation will be updated to reflect that requirement.