Fix StartupWMClass in .desktop for twilight AppImage

This commit is contained in:
LeMoonStar
2024-10-15 17:28:42 +02:00
committed by mr. m 🤙
parent 721e6ba935
commit b401c225dd

View File

@@ -354,6 +354,7 @@ jobs:
if [ "${{ inputs.update_branch }}" = "twilight" ]; then
sed -i -e 's/Name=Zen Browser/Name=Zen Twilight/g' AppDir/zen.desktop
sed -i -e 's/StartupWMClass=zen-alpha/StartupWMClass=zen-twilight/g' AppDir/zen.desktop
fi
APPDIR=AppDir