fix launcher

This commit is contained in:
xiota 2025-10-29 15:43:37 +00:00
parent 8d79228586
commit d29b05d434
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = floorp
pkgdesc = Firefox-based web browser focused on performance and customizability
pkgver = 12.4.0
pkgrel = 2
pkgrel = 3
url = https://github.com/Floorp-Projects/Floorp
arch = x86_64
license = MPL-2.0

View file

@ -24,7 +24,7 @@
_pkgname="floorp"
pkgname="$_pkgname"
pkgver=12.4.0
pkgrel=2
pkgrel=3
pkgdesc="Firefox-based web browser focused on performance and customizability"
url="https://github.com/Floorp-Projects/Floorp"
license=('MPL-2.0')
@ -483,7 +483,7 @@ END
ln -sf "$_pkgname" "$pkgdir/$_install_path/$_pkgname/$_pkgname-bin"
# launcher
local _desktop=$(sed -e "s/@WMCLASS@/$_wmclass/" "$_pkgname.desktop")
local _desktop=$(sed -e "s/@WMCLASS@/$_wmclass/" "$srcdir/$_pkgname.desktop")
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$_pkgname.desktop" <<< "$_desktop"
# icons