Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run.bat: Allow command line usage from any directory | James Taylor | 2020-01-30 | 1 | -0/+9 |
| | | | | | 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. | ||||
* | Add full visual c runtime to fix missing dll errors on fresh windows installs | James Taylor | 2020-01-30 | 1 | -0/+5 |
| | | | | | | | 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) | ||||
* | Add automatic release generation system so dependencies will be updated per ↵ | James Taylor | 2019-09-07 | 1 | -1/+1 |
| | | | | release | ||||
* | Add newline to end of files | James Taylor | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | add bat file for windows | James Taylor | 2018-07-12 | 1 | -0/+4 |