瀏覽代碼

添加星沐游smali文件

zengqb 4 年之前
父節點
當前提交
3fa78d715c
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)