aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-15 13:50:08 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-15 13:50:08 +0800
commita520e405dda8fc7c7c587e37862d14ce3e7011ce (patch)
tree013a041cb79e0e76aaa4a73b3a156b8f8dd54135 /.github
parentf34340330fcb8a0b16958f5c07571d19475fcc1a (diff)
downloadDropOut-a520e405dda8fc7c7c587e37862d14ce3e7011ce.tar.gz
DropOut-a520e405dda8fc7c7c587e37862d14ce3e7011ce.zip
fix: Correct package name for appindicator in release workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 487ddee..9167dcc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
if: matrix.wayland
run: |
pacman -Syu --noconfirm
- pacman -S --noconfirm webkit2gtk-4.1 base-devel curl wget file openssl gtk3 appindicator-gtk3 librsvg fuse2
+ pacman -S --noconfirm webkit2gtk-4.1 base-devel curl wget file openssl gtk3 libappindicator-gtk3 librsvg fuse2
- name: Setup Wayland Environment (Arch)
if: matrix.wayland