desktop exec
This commit is contained in:
parent
434a3d6bbe
commit
64a028bab0
@ -24,6 +24,10 @@ build() {
|
|||||||
python -m build --wheel --no-isolation
|
python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
sed -i "Exec=net.davidotek.pupgui2" "/usr/bin/protonup-qt"
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/ProtonUp-Qt-${version}"
|
cd "${srcdir}/ProtonUp-Qt-${version}"
|
||||||
python3 -m installer --destdir="${pkgdir}" dist/*.whl
|
python3 -m installer --destdir="${pkgdir}" dist/*.whl
|
||||||
|
Loading…
Reference in New Issue
Block a user