|
@@ -115,6 +115,12 @@ def pack(game, sdk, config):
|
|
|
ret = packJar(game, sdk, subChannel, config)
|
|
|
if ret:
|
|
|
return ret
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JMApplication')
|
|
|
+
|
|
|
+
|
|
|
|
|
|
ret = doSDKPostScript(game, sdk, config)
|
|
|
if ret:
|
|
@@ -151,10 +157,6 @@ def pack(game, sdk, config):
|
|
|
if ret:
|
|
|
return ret
|
|
|
|
|
|
-
|
|
|
- common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JMApplication')
|
|
|
-
|
|
|
-
|
|
|
|
|
|
'''ret = generateNewRFile(game, sdk, subChannel, config)
|
|
|
if ret:
|