summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykyta Poturai2020-12-25 19:17:53 +0200
committerMykyta Poturai2020-12-25 19:17:53 +0200
commit90b48f65a6060b92152be21eafff54624507518c (patch)
tree3f3da0aa8618d16ee9adecdf26a20ec2068091a7
parent8782d37c8a796dfb60d4a33e4c616f94a91a02e1 (diff)
downloadaur-90b48f65a6060b92152be21eafff54624507518c.tar.gz
Fix icon
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc87c60c2d52..3bb06f1f92f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mykyta Poturai <mykyta.poturai@tutanota.com>
pkgname=hey-mail-bin
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Hey Mail desktop app"
url="https://hey.com/apps/"
arch=('x86_64')
@@ -38,5 +38,5 @@ package() {
rm -rf "$pkgdir/opt/hey-mail/libGLESv2.so"
rm -rf "$pkgdir/opt/hey-mail/libEGL.so"
ln -s /opt/hey-mail/hey-mail "$pkgdir/usr/bin/hey-mail"
- cp root/meta/gui/hey-mail.desktop "$pkgdir/usr/share/applications/"
+ sed "s/\${SNAP}/\/opt\/hey-mail/" root/meta/gui/hey-mail.desktop > "$pkgdir/usr/share/applications/hey-mail.desktop"
}