|
@@ -201,6 +201,9 @@ def copyRes(game, sdk, subChannel, config):
|
|
|
if 'icon' in config and os.path.exists(config['icon']):
|
|
|
mipmapSupport = ['mipmap-xhdpi', 'mipmap-xxhdpi', 'mipmap-xxxhdpi']
|
|
|
for mipmap in mipmapSupport:
|
|
|
+ mipmapPath = os.path.join(subChannelPath, 'icon', mipmap)
|
|
|
+ if not os.path.exists(mipmapPath):
|
|
|
+ os.makedirs(mipmapPath)
|
|
|
iconPath = os.path.join(subChannelPath, 'icon', mipmap, 'record_sdk_icon.png')
|
|
|
if mipmap == 'mipmap-xhdpi':
|
|
|
size = 96
|