mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[cxFreeze] bundle more context files
This commit is contained in:
parent
8ba80fcb91
commit
18e16811f4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ class PlatformExecutable(Executable):
|
|||
build_exe_options = {
|
||||
# include dynamically loaded plugins
|
||||
"packages": ["meshroom.nodes", "meshroom.submitters"],
|
||||
"include_files": ['COPYING.md']
|
||||
"include_files": ["CHANGES.md", "COPYING.md", "LICENSE-MPL2.md", "README.md"]
|
||||
}
|
||||
|
||||
if platform.system() == PlatformExecutable.Linux:
|
||||
|
|
Loading…
Add table
Reference in a new issue