summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-06-13 22:11:20 +0800
committeryjun1232020-06-13 22:11:20 +0800
commitac321072a589f01216d5eafa617b64ae7777ee3f (patch)
tree512dac7454d7af946d60685c817f175bef40e2db /PKGBUILD
parent7c9aba1ea5d94dfa198b4ab85604933466c4506d (diff)
downloadaur-ac321072a589f01216d5eafa617b64ae7777ee3f.tar.gz
fixed icon display
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99bc9b6d0bdd..099404e92407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sunloginclient
pkgver=10.0.2.24779
-pkgrel=1
+pkgrel=2
pkgdesc="Sunlogin Remote Control is a software that supports remote control of mobile devices, Windows, Mac, Linux and other systems. It is the best choice for IT technology, game players, designers and other people with remote management needs."
arch=("x86_64")
url="https://sunlogin.oray.com"
@@ -44,4 +44,5 @@ package() {
# ugly hack
sed -i "s#/usr/local/sunlogin\x0#/opt/sunlogin\x0\x0\x0\x0\x0\x0\x0#g" "${pkgdir}/opt/sunlogin/bin/sunloginclient"
+ sed -i "s#/usr/local/sunlogin/res/icon/%s.ico\x0#/opt/sunlogin/res/icon/%s.ico\x0\x0\x0\x0\x0\x0\x0#g" "${pkgdir}/opt/sunlogin/bin/sunloginclient"
}