mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Hotfix: Include new hidden imports.
This commit is contained in:
parent
253b579b06
commit
29b5b35fe2
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue