buildpy2app: include lua subfolder in the app bundle

This commit is contained in:
Alberto Sottile 2019-02-15 19:46:37 +01:00
parent 8d2472bc68
commit 2ac6417c50

View File

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