mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
Build fixes
This commit is contained in:
parent
748e546b9c
commit
eb037dd41b
5 changed files with 2 additions and 3 deletions
1
.github/workflows/build-macos.yml
vendored
1
.github/workflows/build-macos.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
run: |
|
||||
brew install --cask sparkle
|
||||
brew install create-dmg
|
||||
pip3 install --upgrade pip
|
||||
pip3 install -r dev.txt
|
||||
working-directory: requirements.d
|
||||
- name: Install Vorta
|
||||
|
|
|
@ -26,8 +26,6 @@ a = Analysis([os.path.join(SRC_DIR, '__main__.py')],
|
|||
(os.path.join(SRC_DIR, 'i18n/qm/*'), 'vorta/i18n/qm'),
|
||||
],
|
||||
hiddenimports=[
|
||||
'vorta.views.dark.collection_rc',
|
||||
'vorta.views.light.collection_rc',
|
||||
'vorta.keyring.darwin',
|
||||
'vorta.keyring.kwallet',
|
||||
'vorta.keyring.secretstorage',
|
||||
|
|
|
@ -39,7 +39,7 @@ setup_requires =
|
|||
install_requires =
|
||||
appdirs
|
||||
paramiko
|
||||
pyqt5
|
||||
pyqt5 <= 5.15.3
|
||||
peewee
|
||||
python-dateutil
|
||||
apscheduler < 4.0
|
||||
|
|
BIN
src/vorta/i18n/qm/vorta.en_US.qm
Normal file
BIN
src/vorta/i18n/qm/vorta.en_US.qm
Normal file
Binary file not shown.
BIN
src/vorta/i18n/qm/vorta.sk.qm
Normal file
BIN
src/vorta/i18n/qm/vorta.sk.qm
Normal file
Binary file not shown.
Loading…
Reference in a new issue