From e2ca345deab232621116e48b695a09b2c3145ec3 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:27:15 -0400 Subject: [PATCH] `alpha.yml` fix missing .DirIcon in AppImage --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 96d9ebe85..00aeeb9e6 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -257,7 +257,7 @@ jobs: run: | set -eux cp configs/branding/alpha/logo128.png AppDir/usr/share/icons/hicolor/128x128/apps/zen.png - cp configs/branding/alpha/logo128.png AppDir/zen.png + cp configs/branding/alpha/logo128.png AppDir/zen.png && ln -s zen.png AppDir/.DirIcon APPDIR=AppDir tar -xvf *.tar.* && rm -rf *.tar.*