When trying to download a file from my GitHub repository using CURL, it always downloads it correctly with all the content fine, except that it uses LF instead of CRLF, which is what I need for windows. This is used for being able to update a batch file automatically, and it worked fine, except this one specific file. This is the file that causes problems (GitHub). When pushing this file from GitHub desktop, I made sure that it was saved as CRLF, but seems like it's somehow ignoring it.
Note: This also happened when using the BITSADMIN tool.
Thank you.