From ea3c6e71317383559e8cfd4319508f8c8ae8d21a Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 31 Jul 2024 11:20:20 +0200 Subject: [PATCH] chore: Update AppImage build process and dependencies --- .github/workflows/alpha.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 0ac9b69a5..c8c117f9f 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -256,7 +256,8 @@ jobs: - name: Execute AppImage build run: | set -eux - mv configs/branding/alpha/logo128.png AppDir/usr/share/icons/hicolor/128x128/apps/zen.png + cp configs/branding/alpha/logo128.png AppDir/usr/share/icons/hicolor/128x128/apps/zen.png + cp configs/branding/alpha/logo128.png AppDir/zen.png APPDIR=AppDir tar -xvf *.tar.* && rm -rf *.tar.*