boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher
Commits:
-
961da39f
by Vecna at 2024-01-11T09:57:30+00:00
1 changed file:
Changes:
... | ... | @@ -6,7 +6,7 @@ VERSION=$(cat share/torbrowser-launcher/version) |
6 | 6 | rm -r build dist
|
7 | 7 | |
8 | 8 | # build binary package
|
9 | -python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2"
|
|
9 | +python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2, dbus-glib"
|
|
10 | 10 | |
11 | 11 | # install it
|
12 | 12 | echo ""
|