summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2021-02-04 23:53:09 +0800
committerYour Name2021-02-04 23:53:09 +0800
commite4bffcdfa4fc74b9edfacf843b309257a43378a3 (patch)
treec920c18f4b8b7ece6992577d073df27e4ca82598 /PKGBUILD
parent71bc1148ef6103f2cb562a2267cd0b76caf76d92 (diff)
downloadaur-e4bffcdfa4fc74b9edfacf843b309257a43378a3.tar.gz
Fix StartupWMClass
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"