diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index 47422a7e47..061f641e67 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -113,6 +113,7 @@ PACKAGE_DATA_DIRS = { ('cefpython3/Chromium Embedded Framework.framework/Chromium Embedded Framework', '', {'PKG_DATA_MAKE_EXECUTABLE'}), ], 'pytz': [('pytz/zoneinfo/*', 'zoneinfo', ())], + 'certifi': [('certifi/cacert.pem', '', {})], } # Some dependencies have extra directories that need to be scanned for DLLs.