Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/558#discussion_r56224058 --- Diff: www/docs/en/6.x/config_ref/images.md --- @@ -135,6 +136,22 @@ different screen resolutions. <icon src="res/Windows/Wide310x150Logo.scale-240.png" width="744" height="360" /> </platform> ``` + --- End diff -- Yes, they are get copied during 'prepare' phase. The resultant filename is calculated based on `width` and `height` attributes using [hardcoded map](https://github.com/apache/cordova-windows/pull/159/files#diff-32bff2189ca335a5581636fff314a504R315). The source filename does not matter in this case and is used only to indicate where to get source images.
--- 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