aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2020-01-30 18:17:09 -0800
committerJames Taylor <user234683@users.noreply.github.com>2020-01-30 18:17:09 -0800
commitcf507e2cd1b9c4bc4c1c1c6a88298d076defafe5 (patch)
tree9416c8a33f819042c167500ba3c5831b9bfd2a4b /.gitignore
parentb2a1f4ecfb47746b274481eb2c04c904fdce64f6 (diff)
downloadyt-local-cf507e2cd1b9c4bc4c1c1c6a88298d076defafe5.tar.lz
yt-local-cf507e2cd1b9c4bc4c1c1c6a88298d076defafe5.tar.xz
yt-local-cf507e2cd1b9c4bc4c1c1c6a88298d076defafe5.zip
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)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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*