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