From 8c0ea439005cffe87283eb58dcb05904c21d4f9f 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:04:16 +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 75f2aef..c81fa1f 100644 --- a/logseq-desktop-wayland-bin/lure.sh +++ b/logseq-desktop-wayland-bin/lure.sh @@ -21,5 +21,5 @@ package() { install -d ${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" + ln -s "/opt/logseq/Logseq-linux-x64/Logseq" "${pkgdir}/usr/bin/logseq" }