mirror of https://github.com/Syncplay/syncplay
Fixes issue #181
This commit is contained in:
parent
c7402856c7
commit
b7e73c5c1e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue