From cf507e2cd1b9c4bc4c1c1c6a88298d076defafe5 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 30 Jan 2020 18:17:09 -0800 Subject: 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c190df3..1b42f61 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ banned_addresses.txt settings.txt get-pip.py latest-dist.zip +*.7z *.zip *venv* -- cgit v1.2.3