瀏覽代碼

修改天宇游打包脚本4

zengqb 5 年之前
父節點
當前提交
49dd56c8cf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sdk/jm_tianyuyou/script/sdk_script.py

+ 2 - 2
sdk/jm_tianyuyou/script/sdk_script.py

@@ -180,7 +180,7 @@ def addAKJson(game, sdk, subChannel, config):
         '''
         添加config.json
         '''
-        if 'tianyuyou' not in config:
+        if 'akJson' not in config:
             return 0
 
         print('add config.json...')
@@ -195,7 +195,7 @@ def addPJson(game, sdk, subChannel, config):
     '''
     添加config.json
     '''
-    if 'configData' not in config:
+    if 'pJson' not in config:
         return 0
 
     print('add config.json...')