mirror of https://github.com/borgbase/vorta
Hotfix: Include new hidden imports.
This commit is contained in:
parent
253b579b06
commit
29b5b35fe2
|
@ -22,6 +22,8 @@ a = Analysis(['src/vorta/__main__.py'],
|
||||||
],
|
],
|
||||||
hiddenimports=[
|
hiddenimports=[
|
||||||
'vorta.views.collection_rc',
|
'vorta.views.collection_rc',
|
||||||
|
'vorta.views.dark.collection_rc',
|
||||||
|
'vorta.views.light.collection_rc',
|
||||||
],
|
],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
|
|
Loading…
Reference in New Issue