mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 20:26:49 +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 = {
|
build_exe_options = {
|
||||||
# include dynamically loaded plugins
|
# include dynamically loaded plugins
|
||||||
"packages": ["meshroom.nodes", "meshroom.submitters"],
|
"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:
|
if platform.system() == PlatformExecutable.Linux:
|
||||||
|
|
Loading…
Add table
Reference in a new issue