Update pdfjs path in freeze.py

This commit is contained in:
Daniel Schadt 2015-11-23 22:42:24 +01:00
parent b243acf172
commit 0095b72e03

View File

@ -65,7 +65,7 @@ def get_build_exe_options(skip_html=False):
('qutebrowser/git-commit-id', 'git-commit-id'),
('qutebrowser/utils/testfile', 'utils/testfile'),
('qutebrowser/html', 'html'),
('qutebrowser/pdfjs', 'pdfjs'),
('qutebrowser/3rdparty/pdfjs', '3rdparty/pdfjs'),
]
if not skip_html: