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 09:34:39 UTC

cordova-windows git commit: CB-10344 Fixed icons and splashscreens parsing

Repository: cordova-windows
Updated Branches:
  refs/heads/master 2347f3a75 -> c1b80be51


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/c1b80be5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/c1b80be5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/c1b80be5

Branch: refs/heads/master
Commit: c1b80be51cdbd90160b6cb8162350bced8e1c44b
Parents: 2347f3a
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Wed Jan 13 18:48:37 2016 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Thu Jan 14 11:33:39 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/c1b80be5/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