diff options
| author | kj_sh604 | 2024-06-29 20:20:45 -0400 |
|---|---|---|
| committer | kj_sh604 | 2024-06-29 20:20:45 -0400 |
| commit | 6627cdbb560a8d485c6f03f2c6c3fc02676ea0b7 (patch) | |
| tree | 2d8ab9664e6ada08bdd96b9b5a78d2db6432a724 | |
| parent | 529e7dff5cac926863d7b90e676ddbcd2584ce5f (diff) | |
upgpkg: 1.41-3
refactor: fix images for interface assets
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/" } |
