mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add dependencies for MacOS system tray icon
This commit is contained in:
parent
c6bd1b06f2
commit
8226a14b00
3 changed files with 10 additions and 2 deletions
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pyopenssl pycryptodomex pyinstaller
|
||||
pip install pyopenssl pycryptodomex pyinstaller pyobjc
|
||||
|
||||
- name: Build Package
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue