Fixes issue #181

This commit is contained in:
albertosottile 2018-04-10 21:31:51 +02:00
parent c7402856c7
commit b7e73c5c1e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ cmdlist = {}
APP = ['syncplayClient.py']
DATA_FILES = [
('resources', glob('resources/*.png') + glob('resources/*.rtf')),
('resources', glob('resources/*.png') + glob('resources/*.rtf') + glob('resources/*.lua')),
]
OPTIONS = {
'iconfile':'resources/icon.icns',