浏览代码

修改成测试环境测试

zqbo 5 年之前
父节点
当前提交
9eea72f4e2
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package_utils_record.py
  2. 二进制
      sdk/float/libs/FloatSDK-1.0.10.jar

+ 1 - 1
package_utils_record.py

@@ -541,7 +541,7 @@ def addConfig(game, sdk, subChannel, config):
 
 
     print('add config.json...')
     print('add config.json...')
     decompliePath = file_utils.getDecompliePath(game, sdk, subChannel, config['cache'])
     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)
     jsonText = json.dumps(config['configData'], ensure_ascii=False)
     file_utils.createFile(configJson, jsonText)
     file_utils.createFile(configJson, jsonText)
     return 0
     return 0

二进制
sdk/float/libs/FloatSDK-1.0.10.jar