Browse Source

修改成测试环境测试

zqbo 5 years ago
parent
commit
9eea72f4e2
2 changed files with 1 additions and 1 deletions
  1. 1 1
      package_utils_record.py
  2. BIN
      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...')
     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

BIN
sdk/float/libs/FloatSDK-1.0.10.jar