mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
adding window icon (#49)
This commit is contained in:
parent
e00a888b9d
commit
ef1767f350
5 changed files with 4 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -43,6 +43,7 @@ elif platform.system() == 'Windows':
|
|||
args['data_files'] = [
|
||||
('', ['LICENSE', 'README.md', 'version']),
|
||||
('onionshare', ['onionshare/index.html', 'onionshare/404.html', 'onionshare/strings.json']),
|
||||
('onionshare_gui', ['onionshare_gui/onionshare-icon.png']),
|
||||
('onionshare_gui/templates', glob('onionshare_gui/templates/*')),
|
||||
('onionshare_gui/static', glob('onionshare_gui/static/*'))
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue