|
@@ -1,5 +1,6 @@
|
|
|
import file_utils
|
|
|
import xml_utils
|
|
|
+import common_utils
|
|
|
import os.path
|
|
|
|
|
|
def execute(game, sdk, config):
|
|
@@ -10,6 +11,7 @@ def execute(game, sdk, config):
|
|
|
|
|
|
createJmhyProperties(game, sdk, subChannel, config)
|
|
|
createQytxProperties(game, sdk, subChannel, config)
|
|
|
+ common_utils.changeApplication(game, sdk, subChannel, config, 'com.qytx.common.QYTXApplication')
|
|
|
return 0
|
|
|
|
|
|
def checkConfig(config):
|