Browse Source

修改脚本

zengqb 4 years ago
parent
commit
8a3e4ec5be
1 changed files with 6 additions and 4 deletions
  1. 6 4
      package_utils.py

+ 6 - 4
package_utils.py

@@ -115,6 +115,12 @@ def pack(game, sdk, config):
     ret = packJar(game, sdk, subChannel, config)
     if ret:
         return ret
+
+
+    #继承JMApplication
+    common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JMApplication')
+
+
     # sdk脚本处理
     ret = doSDKPostScript(game, sdk, config)
     if ret:
@@ -151,10 +157,6 @@ def pack(game, sdk, config):
     if ret:
         return ret
 
-    #继承JMApplication
-    common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JMApplication')
-
-
     # 生成R文件
     '''ret = generateNewRFile(game, sdk, subChannel, config)
     if ret: