]> git.lizzy.rs Git - torbrowser-launcher.git/blob - build_rpm.sh
Allow url_list
[torbrowser-launcher.git] / build_rpm.sh
1 #!/bin/sh
2
3 VERSION=`cat share/torbrowser-launcher/version`
4
5 # clean up from last build
6 rm -r build dist
7
8 # build binary package
9 python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2"
10
11 # install it
12 echo ""
13 echo "To install, run:"
14 echo "sudo dnf install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"