boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher
Commits: 961da39f by Vecna at 2024-01-11T09:57:30+00:00 Depend on dbus-glib
- - - - -
1 changed file:
- build_rpm.sh
Changes:
===================================== build_rpm.sh ===================================== @@ -6,7 +6,7 @@ VERSION=$(cat share/torbrowser-launcher/version) rm -r build dist
# build binary package -python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2" +python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2, dbus-glib"
# install it echo ""
View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/...