|
@@ -50,6 +50,6 @@ def getSdkConfig(jsonConfig, config):
|
|
else:
|
|
else:
|
|
jsonConfig['libConfig'] = 'default'
|
|
jsonConfig['libConfig'] = 'default'
|
|
|
|
|
|
-
|
|
|
|
- if config['game'] == 'ahlz':
|
|
|
|
|
|
+ print("app ==== " + config['app'])
|
|
|
|
+ if config['app'] == 'ahlz':
|
|
jsonConfig['libConfig'] = 'ahlz'
|
|
jsonConfig['libConfig'] = 'ahlz'
|