Merge pull request #2004 from LeMoonStar/twilight-desktop-name

Change name in .desktop during twilight AppImage build
This commit is contained in:
mauro 🤙
2024-10-11 17:06:23 +02:00
committed by GitHub

View File

@@ -322,6 +322,10 @@ jobs:
cp configs/branding/${{ inputs.update_branch }}/logo128.png AppDir/usr/share/icons/hicolor/128x128/apps/zen.png
cp configs/branding/${{ inputs.update_branch }}/logo128.png AppDir/zen.png && ln -s zen.png AppDir/.DirIcon
if [ "${{ inputs.update_branch }}" = "twilight" ]; then
sed -i -e 's/Name=Zen Browser/name=Zen Twilight/g' AppDir/zen.desktop
fi
APPDIR=AppDir
tar -xvf *.tar.* && rm -rf *.tar.*
mv zen/* $APPDIR/