fix sketchfab upload node not working in build

This commit is contained in:
ChemicalXandco 2020-03-11 08:14:11 +00:00
parent f75fc91436
commit a7f4d39472

View file

@ -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"]
}