From 1a59458cebe682a6a42791db46ea10f8de919191 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: Tue, 27 Feb 2024 22:04:06 +0300 Subject: [PATCH] version --- portproton/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 2818337..613c973 100755 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -59,7 +59,7 @@ scripts=( ) package() { - cd PortProton_ALT-1.3 + 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"