chore: Remove .DirIcon file from AppDir in alpha.yml workflow

This commit is contained in:
Mauro Balades
2024-08-02 08:38:27 +02:00
parent c2f97454ac
commit babc34cc90
2 changed files with 1 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ jobs:
- name: Execute AppImage build
run: |
set -eux
rm AppDir/.DirIcon || true
cp configs/branding/alpha/logo128.png AppDir/usr/share/icons/hicolor/128x128/apps/zen.png
cp configs/branding/alpha/logo128.png AppDir/zen.png && ln -s zen.png AppDir/.DirIcon

View File