1
This commit is contained in:
parent
44538a3f0d
commit
4a9525a467
@ -22,7 +22,7 @@ cd "${srcdir}"
|
|||||||
echo "#!/usr/bin/env bash" >>pupgui2.sh
|
echo "#!/usr/bin/env bash" >>pupgui2.sh
|
||||||
echo "/usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh
|
echo "/usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh
|
||||||
|
|
||||||
if [$distro == redos];
|
if [$distro==redos];
|
||||||
then
|
then
|
||||||
sudo pip install pyside6 inputs steam vdf pyaml
|
sudo pip install pyside6 inputs steam vdf pyaml
|
||||||
fi
|
fi
|
||||||
@ -30,7 +30,7 @@ fi
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "ProtonUp-Qt-${version}"
|
cd "ProtonUp-Qt-${version}"
|
||||||
python -m build --wheel --no-isolation
|
#python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user