Allow copying templates to anywhere in the Android project.

This commit is contained in:
player-03
2016-06-01 00:20:45 -04:00
committed by Joshua Granick
parent ca59773602
commit 3a9a5053e3

View File

@@ -414,7 +414,7 @@ class AndroidPlatform extends PlatformTarget {
if (asset.type == AssetType.TEMPLATE) {
var targetPath = PathHelper.combine (sourceSet, asset.targetPath);
var targetPath = PathHelper.combine (destination, asset.targetPath);
PathHelper.mkdir (Path.directory (targetPath));
FileHelper.copyAsset (asset, targetPath, context);