Skip to content

Commit 3b4e41b

Browse files
committed
since 1.2.0 systray uses libayatana-appindicator
see getlantern/systray#225
1 parent 4ea6921 commit 3b4e41b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
# dependencies used for compiling the GUI
9797
- name: Install Dependencies (Linux)
98-
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
98+
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3-dev
9999
if: runner.os == 'Linux'
100100

101101
- name: Install Task

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# dependencies used for compiling the GUI
6666
- name: Install Dependencies (Linux)
67-
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
67+
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3-dev
6868
if: matrix.os == 'ubuntu-18.04'
6969

7070
- name: Install Go deps

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
# https://github.com/getlantern/systray#linux
9595
- name: Install Dependencies (Linux)
96-
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev
96+
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libayatana-appindicator3-dev
9797
if: matrix.operating-system == 'ubuntu-latest'
9898

9999
- name: Run tests

0 commit comments

Comments
 (0)