From df0b0be0a993f03389dfb48df215c8f2b5d20643 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: Sat, 30 Mar 2024 15:09:25 +0300 Subject: [PATCH] 1.5.1 --- portproton/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 57f5e3c..99d76e0 100755 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -61,7 +61,7 @@ scripts=( package() { cd PortProton_ALT-${version} install -Dm755 "portproton" "${pkgdir}/usr/bin/${name}" - install -Dm644 "${name}.desktop" "${pkgdir}/usr/share/applications/${name}.desktop" - install -Dm644 "${name}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${name}.svg" + install -Dm644 "ru.linux_gaming.PortProton.desktop" "${pkgdir}/usr/share/applications/${name}.desktop" + install -Dm644 "ru.linux_gaming.PortProton.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${name}.svg" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${name}/LICENSE" }