Skip to content

Commit 168d94b

Browse files
Fixed CX_Freeze with not finding package
1 parent bf68f35 commit 168d94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# os.system(f"echo '::set-output name=version::{version}'")
88
# Dependencies are automatically detected, but it might need
99
# fine tuning.
10-
build_options = {'packages': ['os', 'getpass', 'library','pystray'], 'excludes': [], 'build_exe': 'build_windows',
10+
build_options = {'packages': ['os', 'getpass', 'library','pystray','queue'], 'excludes': [], 'build_exe': 'build_windows',
1111
'include_files': ['icon.ico', 'README.md', 'LICENSE.md', 'icon.jpg']}
1212

1313
base = 'Win32GUI' if sys.platform == 'win32' else None

0 commit comments

Comments
 (0)