summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Lukas2021-06-27 20:17:51 +0000
committerGitHub2021-06-27 20:17:51 +0000
commit1c12182b1db47205f712fb81186ae8405bb74505 (patch)
tree1883a1cf73ed929519c9f6cbe07bcc8434efe8b0
parentce5b19f6d7255b159941934f6e03bc1d04481f95 (diff)
downloadaur-1c12182b1db47205f712fb81186ae8405bb74505.tar.gz
Update PKGBUILD
icon issue fix
-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"
}