From 29b5b35fe2fbb6b2a0ba95d6836920b09e91e81b Mon Sep 17 00:00:00 2001 From: Manu Date: Thu, 24 Jan 2019 10:30:35 +0800 Subject: [PATCH] Hotfix: Include new hidden imports. --- vorta.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vorta.spec b/vorta.spec index 46158e4b..bb0a5de2 100644 --- a/vorta.spec +++ b/vorta.spec @@ -22,6 +22,8 @@ a = Analysis(['src/vorta/__main__.py'], ], hiddenimports=[ 'vorta.views.collection_rc', + 'vorta.views.dark.collection_rc', + 'vorta.views.light.collection_rc', ], hookspath=[], runtime_hooks=[],