[cxFreeze] bundle more context files

This commit is contained in:
Fabien Castan 2019-08-21 21:46:35 +02:00
parent 8ba80fcb91
commit 18e16811f4

View file

@ -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: