Browse Source

添加星沐游smali文件

zengqb 4 years ago
parent
commit
3fa78d715c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      package_web.py

+ 0 - 2
package_web.py

@@ -218,8 +218,6 @@ 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:
-            print('copyRes from--> ' + config['icon'])
-            print('copyRes to--> ' + iconPath)
             iconPath = os.path.join(subChannelPath, 'icon', mipmap, 'common_sdk_icon.png')
             file_utils.copyFile(config['icon'], iconPath)