소스 검색

add xml files

David Rose 16 년 전
부모
커밋
4b5e28fa11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      direct/src/p3d/Packager.py

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

@@ -1931,7 +1931,7 @@ class Packager:
 
         # Text files that are copied (and compressed) to the package
         # without processing.
-        self.textExtensions = [ 'prc', 'ptf', 'txt', 'cg', 'sha', 'dc' ]
+        self.textExtensions = [ 'prc', 'ptf', 'txt', 'cg', 'sha', 'dc', 'xml' ]
 
         # Binary files that are copied (and compressed) without
         # processing.