diff --git a/dreamer.spec b/dreamer.spec index 480eee5..b014d8e 100644 --- a/dreamer.spec +++ b/dreamer.spec @@ -7,8 +7,7 @@ a = Analysis( ['dreamer_gui.py'], pathex=[], binaries=[], - datas=[(Path(nicegui.__file__).parent, 'nicegui')], - hiddenimports=[], + datas=[(Path(nicegui.__file__).parent.parent, '.')], hookspath=[], hooksconfig={}, runtime_hooks=[],