From e793d683f579c5bfaa725efbc19948e17a634f15 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Mon, 7 Nov 2022 12:39:14 +0300 Subject: [PATCH] 1 --- protonup-qt/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 8df3708..bd13795 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -34,7 +34,7 @@ cd "ProtonUp-Qt-${version}" } package() { -python -m installer --destdir="${pkgdir}" dist/*.whl +#python -m installer --destdir="${pkgdir}" dist/*.whl cp -r share "${pkgdir}/usr/" install -Dm755 "${srcdir}/pupgui2.sh" "${pkgdir}/usr/bin/${name}" }