Change name in .desktop during twilight build

This commit is contained in:
LeMoonStar
2024-10-10 22:43:34 +02:00
parent 264eaa5cbf
commit 8b7953280a

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/