|
@@ -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']):
|