aboutsummaryrefslogtreecommitdiffstats
path: root/generate_release.py
Commit message (Collapse)AuthorAgeFilesLines
* Add full visual c runtime to fix missing dll errors on fresh windows installsJames Taylor2020-01-301-21/+27
| | | | | | | 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-0/+196
release