|
@@ -541,7 +541,7 @@ def addConfig(game, sdk, subChannel, config):
|
|
|
|
|
|
print('add config.json...')
|
|
|
decompliePath = file_utils.getDecompliePath(game, sdk, subChannel, config['cache'])
|
|
|
- configJson = os.path.join(decompliePath, 'assets', 'record_config.json')
|
|
|
+ configJson = os.path.join(decompliePath, 'assets', 'tool_config.json')
|
|
|
jsonText = json.dumps(config['configData'], ensure_ascii=False)
|
|
|
file_utils.createFile(configJson, jsonText)
|
|
|
return 0
|