|
@@ -51,8 +51,7 @@ def createJmhyProperties(game, sdk, subChannel, config):
|
|
|
decompliePath = file_utils.getDecompliePath(game, sdk, subChannel, config['cache'])
|
|
|
properties = os.path.join(decompliePath, 'assets', 'ejyx.properties')
|
|
|
content = 'version=1.1\n'
|
|
|
- content = 'agent=csaz'
|
|
|
- #content = '%s%s=%s\n' % (content, 'agent', config['channel_id'])
|
|
|
+ content = '%s%s=%s\n' % (content, 'agent', config['channel_id'])
|
|
|
|
|
|
file_utils.createFile(properties, content)
|
|
|
return 0
|