summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick van Lieshout2021-06-28 10:14:34 +0200
committerGitHub2021-06-28 10:14:34 +0200
commiteccebfdf3708599fb7856748185252e65655a80c (patch)
tree1883a1cf73ed929519c9f6cbe07bcc8434efe8b0
parentce5b19f6d7255b159941934f6e03bc1d04481f95 (diff)
parent1c12182b1db47205f712fb81186ae8405bb74505 (diff)
downloadaur-eccebfdf3708599fb7856748185252e65655a80c.tar.gz
Merge pull request #2 from z0del/patch-1
Update PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25387558bc57..cb1ad7090a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ package() {
install -Dm 644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm 644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-# install -dm755 "icon.png" "${pkgdir}/usr/share/pixmaps/tidal-hifi.png"
+ install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png"
ln -s "/opt/tidal-hifi/LICENSE.electron.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
ln -s "/opt/tidal-hifi/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
}