diff --git a/direct/src/plugin_installer/make_installer.py b/direct/src/plugin_installer/make_installer.py index 57404b5b90..dfa2b7eace 100755 --- a/direct/src/plugin_installer/make_installer.py +++ b/direct/src/plugin_installer/make_installer.py @@ -180,10 +180,10 @@ Description_plist = """ - IFPkgDescriptionDescription - - IFPkgDescriptionTitle - %(long_name)s + IFPkgDescriptionDescription + + IFPkgDescriptionTitle + %(long_name)s """ @@ -334,6 +334,7 @@ def addDependencies(path, pathname, file, pluginDependencies, dependentFiles): if dfilelower not in dependentFiles: if dfilelower.startswith('msvc') or \ dfilelower.startswith('mfc') or \ + dfilelower.startswith('zlib1') or \ (dfile.startswith('lib') and dfile == dfilelower) or \ dfilelower.startswith('libpanda') or \ dfilelower.startswith('libp3d') or \