Exclude tkinter when freezing.

This is only needed if PyQt5 is unavailable, and that won't be the case when
we're freezed.
This commit is contained in:
Florian Bruhin 2014-08-04 19:49:17 +02:00
parent 036178147b
commit b2d24a4435

View File

@ -55,6 +55,7 @@ build_exe_options = {
('qutebrowser/git-commit-id', 'git-commit-id'),
],
'include_msvcr': True,
'excludes': ['tkinter'],
}
egl_path = get_egl_path()