|
@@ -218,8 +218,6 @@ def copyRes(game, sdk, subChannel, config):
|
|
if 'icon' in config and os.path.exists(config['icon']):
|
|
if 'icon' in config and os.path.exists(config['icon']):
|
|
mipmapSupport = ['mipmap-xhdpi', 'mipmap-xxhdpi', 'mipmap-xxxhdpi']
|
|
mipmapSupport = ['mipmap-xhdpi', 'mipmap-xxhdpi', 'mipmap-xxxhdpi']
|
|
for mipmap in mipmapSupport:
|
|
for mipmap in mipmapSupport:
|
|
- print('copyRes from--> ' + config['icon'])
|
|
|
|
- print('copyRes to--> ' + iconPath)
|
|
|
|
iconPath = os.path.join(subChannelPath, 'icon', mipmap, 'common_sdk_icon.png')
|
|
iconPath = os.path.join(subChannelPath, 'icon', mipmap, 'common_sdk_icon.png')
|
|
file_utils.copyFile(config['icon'], iconPath)
|
|
file_utils.copyFile(config['icon'], iconPath)
|
|
|
|
|