From 227692cd26ce2feb63570b4cfb1d491c5afb69b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D1=80=D0=B0=D0=BC=D0=BE=D0=B2=20=D0=95=D0=B2=D0=B3?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Sat, 10 Feb 2024 14:51:14 +0300 Subject: [PATCH] up --- portproton/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 5362f6f..1ebb9c7 100755 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -46,8 +46,8 @@ scripts=( ) package() { - cd PortProton_ALT-1.3 - install -Dm755 "PortProton_${version}" "${pkgdir}/usr/bin/${name}" + cd PortProton_ALT-1.3 + 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 "LICENSE" "${pkgdir}/usr/share/licenses/${name}/LICENSE"