Browse Source

修复打包失败

yhz 5 years ago
parent
commit
ea6933e3e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package_web_record.py

+ 1 - 1
package_web_record.py

@@ -73,7 +73,7 @@ def package(config, sdk):
 
         userIcon = recordConfig['userIcon']
         suffix = userIcon[userIcon.index('.'):]
-        item = {'formFile':userIcon, 'toFile':'res/drawable/float_sdk_user_icon' + suffix}
+        item = {'fromFile':userIcon, 'toFile':'res/drawable/float_sdk_user_icon' + suffix}
 
         if 'copyList' in config:
             copyList = config['copyList']