Added license text files in resources in .app package

This commit is contained in:
Alberto Sottile 2017-09-18 22:57:43 +02:00
parent c785ecead2
commit 0b41edaef6

View File

@ -11,7 +11,7 @@ import syncplay
APP = ['syncplayClient.py']
DATA_FILES = [
('resources', glob('resources/*.png')),
('resources', glob('resources/*.png') + glob('resources/*.txt')),
]
OPTIONS = {
'iconfile':'resources/icon.icns',