Sfoglia il codice sorgente

TTF extensions are often capitalized

David Rose 16 anni fa
parent
commit
ca5f030cc1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
         # processing.
-        self.binaryExtensions = [ 'ttf', 'mid' ]
+        self.binaryExtensions = [ 'ttf', 'TTF', 'mid' ]
 
         # Files that can have an existence in multiple different
         # packages simultaneously without conflict.