Browse Source

dist: Add hidden import for jnius

rdb 1 week ago
parent
commit
8d25975b57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dist/FreezeTool.py

+ 1 - 0
direct/src/dist/FreezeTool.py

@@ -102,6 +102,7 @@ defaultHiddenImports = {
     'scipy.stats._stats': ['scipy.special.cython_special'],
     'scipy.stats._stats': ['scipy.special.cython_special'],
     'setuptools.monkey': ['setuptools.msvc'],
     'setuptools.monkey': ['setuptools.msvc'],
     'shapely._geometry_helpers': ['shapely._geos'],
     'shapely._geometry_helpers': ['shapely._geos'],
+    'jnius': ['jnius_config'],
 }
 }