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)
This commit is contained in:
James Taylor
2020-01-30 18:17:09 -08:00
parent b2a1f4ecfb
commit cf507e2cd1
3 changed files with 33 additions and 21 deletions

1
.gitignore vendored
View File

@@ -9,5 +9,6 @@ banned_addresses.txt
settings.txt
get-pip.py
latest-dist.zip
*.7z
*.zip
*venv*