|
@@ -16,7 +16,7 @@ def execute(game, sdk, config):
|
|
|
createJmhyProperties(game, sdk, subChannel, config)
|
|
|
if config['addLauncher']:
|
|
|
addLauncher(game, sdk, subChannel, config)
|
|
|
- common_utils.changeApplication(game, sdk, subChannel, config, 'com.inner.sdk.ui.QuickSdkApplication')
|
|
|
+ common_utils.changeApplication(game, sdk, subChannel, config, 'com.inner.sdk.ui.QuickApplication')
|
|
|
return 0
|
|
|
|
|
|
def checkConfig(config):
|