summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042024-06-29 20:20:45 -0400
committerkj_sh6042024-06-29 20:20:45 -0400
commit6627cdbb560a8d485c6f03f2c6c3fc02676ea0b7 (patch)
tree2d8ab9664e6ada08bdd96b9b5a78d2db6432a724
parent529e7dff5cac926863d7b90e676ddbcd2584ce5f (diff)
upgpkg: 1.41-3
refactor: fix images for interface assets
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67c26d7..989f80c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lanxchange
pkgver=1.41
-pkgrel=2
+pkgrel=3
pkgdesc="Configuration-free, cross-platform file transfers for your local network"
arch=('any')
url='https://lanxchange.com'
@@ -30,5 +30,5 @@ package() {
--icon "${pkgname}"
install -Dm644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 img/logo.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
- chmod 777 "${pkgdir}/opt/lanxchange/"
+ chmod -R 777 "${pkgdir}/opt/lanxchange/"
}