aboutsummaryrefslogtreecommitdiffstats
path: root/run.bat
Commit message (Collapse)AuthorAgeFilesLines
* run.bat: Allow command line usage from any directoryJames Taylor2020-01-301-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 installsJames Taylor2020-01-301-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 Taylor2019-09-071-1/+1
| | | | release
* Add newline to end of filesJames Taylor2019-01-061-1/+1
|
* add bat file for windowsJames Taylor2018-07-121-0/+4