Skip to content
Snippets Groups Projects
Commit 7bbb404a authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Updated flamenco-worker.spec for resources directory

parent 533cf9ab
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,9 @@ a = Analysis(['flamenco-worker.py'], ...@@ -14,7 +14,9 @@ a = Analysis(['flamenco-worker.py'],
('README.md', '.'), ('README.md', '.'),
('CHANGELOG.md', '.'), ('CHANGELOG.md', '.'),
('LICENSE.txt', '.'), ('LICENSE.txt', '.'),
('flamenco_worker/merge-exr.blend', 'flamenco_worker')], ('flamenco_worker/resources/merge-exr.blend', 'flamenco_worker/resources'),
('flamenco_worker/resources/exr_sequence_to_jpeg.py', 'flamenco_worker/resources'),
],
hiddenimports=[], hiddenimports=[],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment