diff --git a/relay.spec b/relay.spec index 57fedc7..c21a829 100644 --- a/relay.spec +++ b/relay.spec @@ -9,7 +9,13 @@ a = Analysis( pathex=[], binaries=[], datas=[], - hiddenimports=[], + hiddenimports=[ + 'aputils.enums', + 'aputils.errors', + 'aputils.misc', + 'aputils.objects', + 'aputils.signer' + ], hookspath=[], hooksconfig={}, runtime_hooks=[],