Skip to content

Commit

Permalink
Merge pull request #5689 from cb1kenobi/timob-16953
Browse files Browse the repository at this point in the history
[TIMOB-16953] Fixed bug with the path to the default resources not being...
  • Loading branch information
ayeung committed May 16, 2014
2 parents df56177 + cdbf91f commit 6f852c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@ AndroidBuilder.prototype.copyResources = function copyResources(next) {
}, this);

appc.async.series(this, tasks, function (err, results) {
var templateDir = path.join(this.platformPath, 'templates', 'app', 'default', 'Resources', 'android');
var templateDir = path.join(this.platformPath, 'templates', 'app', 'default', 'template', 'Resources', 'android');

// if an app icon hasn't been copied, copy the default one
var destIcon = path.join(this.buildBinAssetsResourcesDir, this.tiapp.icon);
Expand Down

0 comments on commit 6f852c6

Please sign in to comment.