mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46:31 +02:00
fix sketchfab upload node not working in build
This commit is contained in:
parent
f75fc91436
commit
a7f4d39472
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -41,6 +41,8 @@ class PlatformExecutable(Executable):
|
|||
build_exe_options = {
|
||||
# include dynamically loaded plugins
|
||||
"packages": ["meshroom.nodes", "meshroom.submitters"],
|
||||
# cx_Freeze does not copy idnadata by default, so it needs to be added here
|
||||
"includes": ["idna.idnadata"],
|
||||
"include_files": ["CHANGES.md", "COPYING.md", "LICENSE-MPL2.md", "README.md"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue