Ver código fonte

修改天宇游打包脚本4

zengqb 5 anos atrás
pai
commit
49dd56c8cf
1 arquivos alterados com 2 adições e 2 exclusões
  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...')