From ca5f030cc1bc75148cb7dd1be37a9b62ce32cbdf Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 13 Dec 2009 07:21:08 +0000 Subject: [PATCH] TTF extensions are often capitalized --- direct/src/p3d/Packager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/Packager.py b/direct/src/p3d/Packager.py index 6a2c66dccf..e935351dc1 100644 --- a/direct/src/p3d/Packager.py +++ b/direct/src/p3d/Packager.py @@ -1870,7 +1870,7 @@ class Packager: # Binary files that are copied (and compressed) without # processing. - self.binaryExtensions = [ 'ttf', 'mid' ] + self.binaryExtensions = [ 'ttf', 'TTF', 'mid' ] # Files that can have an existence in multiple different # packages simultaneously without conflict.