You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2016/01/14 13:46:28 UTC

[2/2] cordova-windows git commit: CB-10344 Fixed icons and splashscreens parsing

CB-10344 Fixed icons and splashscreens parsing

github close #136


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/9f3a3b03
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/9f3a3b03
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/9f3a3b03

Branch: refs/heads/4.3.x
Commit: 9f3a3b03886e2c6b48d0153acb9df704b13580bd
Parents: ff4c2bc
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Wed Jan 13 18:48:37 2016 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Thu Jan 14 15:46:25 2016 +0300

----------------------------------------------------------------------
 template/cordova/lib/prepare.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/9f3a3b03/template/cordova/lib/prepare.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/prepare.js b/template/cordova/lib/prepare.js
index a4ef655..69403cf 100644
--- a/template/cordova/lib/prepare.js
+++ b/template/cordova/lib/prepare.js
@@ -355,7 +355,7 @@ function copyImages(config, platformRoot) {
         return null;
     }
 
-    var images = config.getIcons().concat(config.getSplashScreens());
+    var images = config.getIcons('windows').concat(config.getSplashScreens('windows'));
 
     images.forEach(function (img) {
         if (img.target) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org