Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Jun 8, 2021
1 parent 748e546 commit eb037dd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions package/vorta.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setup_requires =
install_requires =
appdirs
paramiko
pyqt5
pyqt5 <= 5.15.3
peewee
python-dateutil
apscheduler < 4.0
Expand Down
Binary file added src/vorta/i18n/qm/vorta.en_US.qm
Binary file not shown.
Binary file added src/vorta/i18n/qm/vorta.sk.qm
Binary file not shown.

0 comments on commit eb037dd

Please sign in to comment.