|
@@ -1,5 +1,6 @@
|
|
|
import file_utils
|
|
|
import os.path
|
|
|
+import common_utils
|
|
|
|
|
|
def execute(game, sdk, config):
|
|
|
if not checkConfig(config):
|
|
@@ -7,7 +8,10 @@ def execute(game, sdk, config):
|
|
|
|
|
|
subChannel = config['subChannel']
|
|
|
|
|
|
- return createJmhyProperties(game, sdk, subChannel, config)
|
|
|
+ createJmhyProperties(game, sdk, subChannel, config)
|
|
|
+
|
|
|
+ common_utils.changeApplication(game, sdk, subChannel, config, 'com.jmhy.sdk.common.JOApplication')
|
|
|
+ return 0
|
|
|
|
|
|
def checkConfig(config):
|
|
|
'''
|