Skip to content

Commit 443bdc5

Browse files
committed
Update Win.spec
1 parent 471ce8c commit 443bdc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wingetui/Win.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import importlib, os
1111
a = Analysis(['__init__.py'],
1212
pathex=['Y:\WingetUI-Store\wingetui_bin'],
1313
binaries=[('*.pyc', '.')],
14-
datas=[('resources/', 'resources/'), ("components/*.exe", "components/"), ("lang/", "lang/"), ("data/*.pyc", "data/"), ("choco-cli/", "choco-cli/"), ("PackageManagers/*.pyc", "PackageManagers/")],
15-
hiddenimports=['pkg_resources.py2_warn', "win32gui"],
14+
datas=[('resources/', 'resources/'), ("components/", "components/"), ("lang/", "lang/"), ("data/*.pyc", "data/"), ("choco-cli/", "choco-cli/"), ("PackageManagers/*.pyc", "PackageManagers/")],
15+
hiddenimports=['pkg_resources.py2_warn', "win32gui", "cls"],
1616
hookspath=[],
1717
runtime_hooks=[],
1818
excludes=['eel', 'tkinter', "PyQt5", "PySide2", "pygame", "numpy", "matplotlib", "wingetui", "zroya"],

0 commit comments

Comments
 (0)