|
@@ -210,8 +210,7 @@ def copyRes(game, sdk, subChannel, config):
|
|
|
os.makedirs(mipmapPath)
|
|
|
iconPath = os.path.join(subChannelPath, 'icon', mipmap, 'record_sdk_icon.png')
|
|
|
if not os.path.exists(iconPath):
|
|
|
- os.makedirs(iconPath)
|
|
|
- print("iconPath ==> " + iconPath)
|
|
|
+ file_utils.createFile(iconPath, '')
|
|
|
if mipmap == 'mipmap-xhdpi':
|
|
|
size = 96
|
|
|
elif mipmap == 'mipmap-xxhdpi':
|