mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-22 21:44:25 -04:00
making onionshare-gui fit the new directory structure, and stop using subprocess
This commit is contained in:
parent
5524bb4163
commit
b2324b6715
2 changed files with 5 additions and 29 deletions
2
setup.py
2
setup.py
|
@ -28,5 +28,5 @@ setup(
|
|||
license="GPL v3",
|
||||
keywords='onion, share, onionshare, tor, anonymous, web server',
|
||||
packages=['onionshare'],
|
||||
scripts=['bin/onionshare']
|
||||
scripts=['bin/onionshare', 'bin/onionshare-gui']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue