5 Commits

Author SHA1 Message Date
James Taylor
cd4a2fb0eb run.bat: Allow command line usage from any directory
Set the youtube-local directory as the working directory, and use setlocal
so it doesn't affect the shell the command is being run from.
2020-01-30 18:24:23 -08:00
James Taylor
cf507e2cd1 Add full visual c runtime to fix missing dll errors on fresh windows installs
On fresh installs, when no programs have been installed which install
visual c runtime as a dependency, the dlls are not present and brotli fails
to load. Bundle them in releases and make sure brotli sees them by
adding their location to the path (in run.bat)
2020-01-30 18:17:09 -08:00
James Taylor
7b42d26c61 Add automatic release generation system so dependencies will be updated per release 2019-09-07 18:19:40 -07:00
James Taylor
36e0409db4 Add newline to end of files 2019-01-06 18:20:29 -08:00
James Taylor
3fff8307b9 add bat file for windows 2018-07-12 04:26:50 -07:00