Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/212#discussion_r89729105 --- Diff: template/cordova/lib/prepare.js --- @@ -353,6 +391,13 @@ function mapImageResources(images, imagesDir) { events.emit('warn', 'No images found for target: ' + img.target); } else { candidates.forEach(function(mrtImage) { + if (img.target === SPLASH_SCREEN_DESKTOP_TARGET_NAME && + mrtSplashScreenToTargetProject(mrtImage) === TARGET_PROJECT_10 && + exceedsSizeLimit(mrtImage.path)) { --- End diff -- Are you sure that we need to handle this case for the user? I'd rather the build fail to clearly indicate to user that spash image must be updated.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org