Browse Source

TTF extensions are often capitalized

David Rose 16 years ago
parent
commit
ca5f030cc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/Packager.py

+ 1 - 1
direct/src/p3d/Packager.py

@@ -1870,7 +1870,7 @@ class Packager:
 
 
         # Binary files that are copied (and compressed) without
         # Binary files that are copied (and compressed) without
         # processing.
         # processing.
-        self.binaryExtensions = [ 'ttf', 'mid' ]
+        self.binaryExtensions = [ 'ttf', 'TTF', 'mid' ]
 
 
         # Files that can have an existence in multiple different
         # Files that can have an existence in multiple different
         # packages simultaneously without conflict.
         # packages simultaneously without conflict.