Skip to content

Commit

Permalink
Fix icon in desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
CReimer committed Jan 24, 2021
1 parent a7484d0 commit 16cff84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgver=1.1.46.916.g416cacf1
epoch=1
_snapid=pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7
_revision=43
pkgrel=1
pkgrel=2
pkgdesc='A proprietary music streaming service'
arch=('x86_64')
license=('custom')
Expand Down Expand Up @@ -40,7 +40,7 @@ package() {
cp -a squashfs-root/usr/share/spotify "${pkgdir}/usr/share/"

install -Dm644 "${pkgdir}"/usr/share/spotify/spotify.desktop "${pkgdir}"/usr/share/applications/spotify.desktop
install -Dm644 "${pkgdir}"/usr/share/spotify/icons/spotify-linux-512.png "${pkgdir}"/usr/share/pixmaps/spotify-client.png
sed -i 's/\/usr\/share\/spotify\/icons\/spotify-linux-128.png/spotify/' "${pkgdir}"/usr/share/applications/spotify.desktop

for size in 22 24 32 48 64 128 256 512; do
install -Dm644 "${pkgdir}/usr/share/spotify/icons/spotify-linux-$size.png" \
Expand Down

0 comments on commit 16cff84

Please sign in to comment.