mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
Add gui for website sharing and listing
This commit is contained in:
parent
2d43588a3b
commit
391c82f2a6
9 changed files with 426 additions and 10 deletions
1
setup.py
1
setup.py
|
@ -89,6 +89,7 @@ setup(
|
|||
'onionshare_gui.mode',
|
||||
'onionshare_gui.mode.share_mode',
|
||||
'onionshare_gui.mode.receive_mode'
|
||||
'onionshare_gui.mode.website_mode'
|
||||
],
|
||||
include_package_data=True,
|
||||
scripts=['install/scripts/onionshare', 'install/scripts/onionshare-gui'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue