From 7e232c1cc992956fa3f5973411b8159252e28004 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=20xpamych=20?= =?UTF-8?q?=D0=A5=D1=80=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 13 Mar 2023 21:00:55 +0300 Subject: [PATCH] 1 --- logseq-desktop-wayland-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logseq-desktop-wayland-bin/lure.sh b/logseq-desktop-wayland-bin/lure.sh index 439e223..75f2aef 100644 --- a/logseq-desktop-wayland-bin/lure.sh +++ b/logseq-desktop-wayland-bin/lure.sh @@ -19,7 +19,7 @@ package() { install -Dm644 "${scriptdir}/$logseq-desktop.desktop" "${pkgdir}/usr/share/applications/logseq-desktop.desktop" install -Dm644 "${srcdir}/Logseq-linux-x64/resources/app/icons/logseq.png" "${pkgdir}/usr/share/pixmaps/logseq.png" install -d ${pkgdir}/opt/logseq - cp -r "${srcdir}/Logseq-linux-x64/*" "${pkgdir}/opt/logseq/" + cp -r "${srcdir}/Logseq-linux-x64" "${pkgdir}/opt/logseq" install -d "${pkgdir}/usr/bin" ln -s "/opt/logseq/Logseq" "${pkgdir}/usr/bin/logseq" }