From e4bffcdfa4fc74b9edfacf843b309257a43378a3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 4 Feb 2021 23:53:09 +0800 Subject: [PATCH] Fix StartupWMClass --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 509735785648..c978f88e6f8a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = lx-music pkgdesc = 一个基于 electron 的音乐软件 pkgver = 1.7.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lyswhut/lx-music-desktop arch = x86_64 license = Apache 2.0 diff --git a/PKGBUILD b/PKGBUILD index 56f467520900..cc4951d54671 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # This PKGBUILD is directly modified from aur/dingtalk pkgname=lx-music pkgver=1.7.1 -pkgrel=1 +pkgrel=2 pkgdesc='一个基于 electron 的音乐软件' arch=('x86_64') url='https://github.com/lyswhut/lx-music-desktop' @@ -48,7 +48,7 @@ Exec=/usr/bin/lx-music Terminal=false Type=Application Icon=lx-music -StartupWMClass=lx-music +StartupWMClass=lx-music-desktop Categories=AudioVideo;Utility; " > "$srcdir/lx-music.desktop" install -Dm644 "$srcdir/lx-music.desktop" "$pkgdir/usr/share/applications/lx-music.desktop"