@@ -1,6 +1,6 @@
-/__pycache__
+**/__pycache__
/game
/gen
/target
/test
-/test.py
+/test.py
@@ -42,6 +42,7 @@ def createJmhyProperties(game, sdk, subChannel, config):
content = ''
for key in propValue:
content = '%s%s=%s\n' % (content, key, propValue[key])
+ print('write properties : %s = %s' % (key, propValue[key]))
file_utils.createFile(properties, content)
return 0