We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f958528 commit b1b653aCopy full SHA for b1b653a
windows/CellProfiler.spec
@@ -25,6 +25,7 @@ datas += [
25
26
hiddenimports = []
27
28
+hiddenimports += PyInstaller.utils.hooks.collect_submodules('cellprofiler.library')
29
hiddenimports += PyInstaller.utils.hooks.collect_submodules('cellprofiler.modules')
30
hiddenimports += PyInstaller.utils.hooks.collect_submodules('cellprofiler_core.modules')
31
hiddenimports += PyInstaller.utils.hooks.collect_submodules('cellprofiler.utilities')
0 commit comments