ソースを参照

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.