Skip to content

Commit

Permalink
Fixed dependencies and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
biast12 committed Nov 15, 2024
1 parent 5c4f1c2 commit 31dd75f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install gir1.2-appindicator3-0.1 libgirepository1.0-dev gir1.2-ayatanaappindicator3-0.1 libayatana-appindicator3-1 python3-tk
sudo apt install libgirepository1.0-dev gir1.2-ayatanaappindicator3-0.1 libayatana-appindicator3-1 python3-tk
- name: Install project dependencies
run: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install libgirepository1.0-dev libayatana-appindicator3-1 gir1.2-ayatanaappindicator3-0.1 python3-testresources
sudo apt install libgirepository1.0-dev gir1.2-ayatanaappindicator3-0.1 libayatana-appindicator3-1 python3-testresources
- name: Download AppImage Builder
run: |
Expand Down
7 changes: 6 additions & 1 deletion appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ AppDir:
key_url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C

include:
- gir1.2-appindicator3-0.1
- gir1.2-ayatanaappindicator3-0.1
- libayatana-appindicator3-1
- libdbusmenu-glib4
- libdbusmenu-gtk3-4
- libindicator3-7
- libappindicator3-1
- python3-tk

exclude:
Expand Down

0 comments on commit 31dd75f

Please sign in to comment.