mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-10 16:07:06 +00:00
buildpy2app: include lua subfolder in the app bundle
This commit is contained in:
parent
8d2472bc68
commit
2ac6417c50
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user