From 4a9525a467732d915d82c340e48fe1b1941a4d94 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Mon, 7 Nov 2022 12:33:11 +0300 Subject: [PATCH] 1 --- protonup-qt/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index ddedaad..8df3708 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -22,7 +22,7 @@ cd "${srcdir}" echo "#!/usr/bin/env bash" >>pupgui2.sh echo "/usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh -if [$distro == redos]; +if [$distro==redos]; then sudo pip install pyside6 inputs steam vdf pyaml fi @@ -30,7 +30,7 @@ fi build() { cd "ProtonUp-Qt-${version}" -python -m build --wheel --no-isolation +#python -m build --wheel --no-isolation } package() {