Skip to content

Commit 40f4ae9

Browse files
authored
Merge pull request #102 from teamclouday/system-tray
Add system tray
2 parents 8bc805e + a04cf2e commit 40f4ae9

File tree

9 files changed

+972
-27
lines changed

9 files changed

+972
-27
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.platform == 'linux'
4040
run: |
4141
sudo apt-get update
42-
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler
42+
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler libgtk-3-dev libxdo-dev libappindicator3-dev
4343
4444
- name: Install dependencies (Windows)
4545
if: matrix.platform == 'windows'
@@ -78,4 +78,4 @@ jobs:
7878

7979
- name: Build APK
8080
working-directory: ./Android
81-
run: ./gradlew assembleDebug
81+
run: ./gradlew assembleDebug

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: matrix.platform == 'linux'
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler
36+
sudo apt-get install -y libasound2-dev libjack-jackd2-dev libxkbcommon-dev protobuf-compiler libgtk-3-dev libxdo-dev libappindicator3-dev
3737
3838
- name: Install dependencies (Windows)
3939
if: matrix.platform == 'windows'

0 commit comments

Comments
 (0)