Explorar el Código

修改天宇游打包脚本4

zengqb hace 5 años
padre
commit
49dd56c8cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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...')