|
@@ -21,7 +21,8 @@ def execute(game, sdk, config):
|
|
|
common_utils.changeApplication(game, sdk, subChannel, config, 'com.tygrm.sdk.TYRApplication')
|
|
|
|
|
|
#生成json
|
|
|
-
|
|
|
+ addAKJson(game, sdk, subChannel, config)
|
|
|
+ addPJson(game, sdk, subChannel, config)
|
|
|
|
|
|
return 0
|
|
|
|
|
@@ -199,7 +200,7 @@ def addPJson(game, sdk, subChannel, config):
|
|
|
|
|
|
print('add config.json...')
|
|
|
decompliePath = file_utils.getDecompliePath(game, sdk, subChannel, config['cache'])
|
|
|
- configJson = os.path.join(decompliePath, 'assets', 'jmhy_config.json')
|
|
|
+ configJson = os.path.join(decompliePath, 'assets', 'tygrm_config_p.json')
|
|
|
jsonText = json.dumps(config['configData'], ensure_ascii=False)
|
|
|
file_utils.createFile(configJson, jsonText)
|
|
|
return 0
|