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

Bundle missing merge-exr.blend, required for progressive rendering

parent ff3781ff
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ changed functionality, fixed bugs). ...@@ -6,6 +6,7 @@ changed functionality, fixed bugs).
## Version 2.1.1 (in development) ## Version 2.1.1 (in development)
- Always log the version of Flamenco Manager. - Always log the version of Flamenco Manager.
- Include missing merge-exr.blend, required for progressive rendering, in the distribution bundle.
## Version 2.1.0 (2018-01-04) ## Version 2.1.0 (2018-01-04)
......
...@@ -13,7 +13,8 @@ a = Analysis(['flamenco-worker.py'], ...@@ -13,7 +13,8 @@ a = Analysis(['flamenco-worker.py'],
datas=[('flamenco-worker.cfg', '.'), datas=[('flamenco-worker.cfg', '.'),
('README.md', '.'), ('README.md', '.'),
('CHANGELOG.md', '.'), ('CHANGELOG.md', '.'),
('LICENSE.txt', '.')], ('LICENSE.txt', '.'),
('flamenco_worker/merge-exr.blend', 'flamenco_worker')],
hiddenimports=[], hiddenimports=[],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
......
...@@ -56,6 +56,7 @@ class ZipCommand(Command): ...@@ -56,6 +56,7 @@ class ZipCommand(Command):
add_to_root(Path('LICENSE.txt')) add_to_root(Path('LICENSE.txt'))
add_to_root(Path('README.md')) add_to_root(Path('README.md'))
add_to_root(Path('CHANGELOG.md')) add_to_root(Path('CHANGELOG.md'))
add_to_root(Path('flamenco_worker/merge-exr.blend'))
paths = collections.deque([Path('system-integration')]) paths = collections.deque([Path('system-integration')])
while paths: while paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment