Skip to content

Commit f672fef

Browse files
committed
M<WEEWROWER38yg73478
1 parent a00401b commit f672fef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cat.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ a = Analysis(
55
['app/main.py'],
66
pathex=[],
77
binaries=[],
8-
datas=[('app/assets', 'assets')],
9-
hiddenimports=[],
8+
datas=[('app', 'app'), ('app/assets', 'assets')],
9+
hiddenimports=['PySide6.QtCore', 'PySide6.QtGui', 'PySide6.QtWidgets'],
1010
hookspath=[],
1111
hooksconfig={},
1212
runtime_hooks=[],
@@ -34,5 +34,6 @@ exe = EXE(
3434
argv_emulation=False,
3535
target_arch=None,
3636
codesign_identity=None,
37+
3738
entitlements_file=None,
3839
)

0 commit comments

Comments
 (0)