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:
parent
036178147b
commit
b2d24a4435
@ -55,6 +55,7 @@ build_exe_options = {
|
|||||||
('qutebrowser/git-commit-id', 'git-commit-id'),
|
('qutebrowser/git-commit-id', 'git-commit-id'),
|
||||||
],
|
],
|
||||||
'include_msvcr': True,
|
'include_msvcr': True,
|
||||||
|
'excludes': ['tkinter'],
|
||||||
}
|
}
|
||||||
|
|
||||||
egl_path = get_egl_path()
|
egl_path = get_egl_path()
|
||||||
|
Loading…
Reference in New Issue
Block a user