mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix android splash parsing
This commit is contained in:
committed by
Sashko Stubailo
parent
8823367a0f
commit
913cda95f3
@@ -1395,7 +1395,7 @@ var consumeControlFile = function (controlFilePath, cordovaPath) {
|
||||
verboseLog('Copying resources for mobile apps');
|
||||
|
||||
var imageXmlRec = function (name, width, height, src) {
|
||||
var androidMatch = /.+(.?.dpi)-(landscape|portrait)/g.exec(name);
|
||||
var androidMatch = /.+(.?.dpi)_(landscape|portrait)/g.exec(name);
|
||||
var xmlRec = {
|
||||
src: src,
|
||||
width: width,
|
||||
|
||||
Reference in New Issue
Block a user