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=[
|
||||
'vorta.views.collection_rc',
|
||||
'vorta.views.dark.collection_rc',
|
||||
'vorta.views.light.collection_rc',
|
||||
],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
|
Loading…
Reference in New Issue