adding window icon (#49)

This commit is contained in:
Micah Lee 2014-06-20 20:57:32 -04:00
parent e00a888b9d
commit ef1767f350
5 changed files with 4 additions and 0 deletions

View file

@ -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/*'))
]