From 5f4f89b80fdb14726a4f8fd01cb1de83b8ebd14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Fri, 29 Mar 2024 20:14:16 +0300 Subject: [PATCH] redos --- upscayl-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upscayl-bin/lure.sh b/upscayl-bin/lure.sh index a4d8d1c..db539f4 100644 --- a/upscayl-bin/lure.sh +++ b/upscayl-bin/lure.sh @@ -28,5 +28,5 @@ package() { cd ${srcdir}/resources/ install -Dm755 ./org.upscayl.Upscayl.desktop "${pkgdir}/usr/share/applications/org.upscayl.Upscayl.desktop" install -Dm755 ./512x512.png "${pkgdir}/usr/share/pixmaps/org.upscayl.Upscayl.png" - install -dm755 ${srcdir} "${pkgdir}/opt/upscayl" + install -dm755 ${srcdir} "${pkgdir}/opt/upscayl/" }