Browse Source

修复bug

yhz 6 years ago
parent
commit
ce29a4ab1a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package_utils_record.py
  2. 1 1
      package_web_record.py

+ 1 - 1
package_utils_record.py

@@ -427,7 +427,7 @@ def changeAppIcon(game, sdk, subChannel, config):
     更改app icon
     '''
     print('change app icon...')
-    resName = 'shanshen_sdk_icon'
+    resName = 'record_sdk_icon'
 
     decompliePath = file_utils.getDecompliePath(game, sdk, subChannel, config['cache'])
     manifest = os.path.join(decompliePath, 'AndroidManifest.xml')

+ 1 - 1
package_web_record.py

@@ -168,7 +168,7 @@ def copyRes(game, sdk, subChannel, config):
             file_utils.copyFile(config['icon'], iconPath)
 
     if 'splash' in config and os.path.exists(config['splash']):
-        splashPath = os.path.join(subChannelPath, 'splash', 'drawable-hdpi', 'record_sdk_launcher_bg.jpg')
+        splashPath = os.path.join(subChannelPath, 'splash', 'drawable-hdpi', 'shanshen_sdk_launcher_bg.jpg')
         file_utils.copyFile(config['splash'], splashPath)
 
     if 'bgMusic' in config and os.path.exists(config['bgMusic']):