diff --git a/tools/travis-scripts/generate-template-files.py b/tools/travis-scripts/generate-template-files.py index 6da3e33378..f629d71f68 100755 --- a/tools/travis-scripts/generate-template-files.py +++ b/tools/travis-scripts/generate-template-files.py @@ -97,6 +97,7 @@ class CocosFileList: self.fileList_lua.append("%s/" %relativePath) else: self.fileList_com.append("%s/" %relativePath) + self.__parseFileList(path) continue if ( self.__bExclude("/%s" %relativePath) or