mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-23 05:54:44 -04:00
Added python-nautilus as a dependency (#293)
This commit is contained in:
parent
a8f8bd9ef4
commit
b2858de6ee
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ VERSION=`cat resources/version.txt`
|
|||
rm -r build dist >/dev/null 2>&1
|
||||
|
||||
# build binary package
|
||||
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5"
|
||||
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python"
|
||||
|
||||
# install it
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue