dmuratshin 9 년 전
부모
커밋
66718dde51
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      license.txt
  2. 1 1
      tools/gen_template.py

+ 1 - 1
license.txt

@@ -1,4 +1,4 @@
-This framework (folders: examples, oxygine, tools) is distributed under the MIT License:
+This framework is distributed under the MIT License:
 
 Copyright (c) 2011-2013 Denis Muratshin
 

+ 1 - 1
tools/gen_template.py

@@ -312,7 +312,7 @@ def _run(args):
             print("src " + src_path)
             tp = guess_type(src_path)
 
-            if ext == ".storyboard":
+            if ext in (".storyboard", ".gradle"):
                 tp = ("text", "")
 
             if not tp[0]: