Add website sharing and directory listing cli-only

This commit is contained in:
hiro 2019-04-19 14:25:42 +02:00
parent 238a346b55
commit 50850ad679
6 changed files with 215 additions and 2 deletions

View file

@ -59,6 +59,7 @@ def main():
files_in(dir, 'onionshare_gui/mode') + \
files_in(dir, 'onionshare_gui/mode/share_mode') + \
files_in(dir, 'onionshare_gui/mode/receive_mode') + \
files_in(dir, 'onionshare_gui/mode/website_mode') + \
files_in(dir, 'install/scripts') + \
files_in(dir, 'tests')
pysrc = [p for p in src if p.endswith('.py')]