added LICENSE to windows binary (#35)

This commit is contained in:
Micah Lee 2014-06-24 17:42:56 -04:00
parent 27e269f646
commit 9379c91480

View File

@ -19,6 +19,7 @@ coll = COLLECT(exe,
a.datas, a.datas,
Tree('onionshare', prefix='onionshare'), Tree('onionshare', prefix='onionshare'),
Tree('onionshare_gui', prefix='onionshare_gui'), Tree('onionshare_gui', prefix='onionshare_gui'),
[('LICENSE', 'LICENSE', 'DATA')],
strip=False, strip=False,
upx=True, upx=True,
name='onionshare') name='onionshare')