From b28c43b24f9d8a350c04d313f32d42c092349801 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 16:00:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D1=8F=D1=80=D0=BB=D1=8B=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telegram-desktop-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-desktop-bin/lure.sh b/telegram-desktop-bin/lure.sh index fd6e8e9..666937e 100755 --- a/telegram-desktop-bin/lure.sh +++ b/telegram-desktop-bin/lure.sh @@ -47,7 +47,7 @@ package() { # Desktop launcher install -Dm644 "${srcdir}/icon256.png" "${pkgdir}/usr/share/pixmaps/telegram.png" - install -Dm644 "${scriptdir}/${provides}.desktop" "${pkgdir}/usr/share/applications/telegramdesktop.desktop" + install -Dm644 "${scriptdir}/${name}.desktop" "${pkgdir}/usr/share/applications/telegramdesktop.desktop" # KDE5 & KDE4 protocol file install -d "${pkgdir}/usr/share/kservices5"