Ensure the docs gets included in freeze.py.

See #346.
This commit is contained in:
Florian Bruhin 2014-12-16 13:26:12 +01:00
parent b06d8c55c5
commit 77579e7ebd

View File

@ -50,6 +50,7 @@ def get_egl_path():
build_exe_options = {
'include_files': [
('qutebrowser/html', 'html'),
('qutebrowser/html/doc', 'html/doc'),
('qutebrowser/git-commit-id', 'git-commit-id'),
],
'include_msvcr': True,