Allow copying templates to anywhere in the Android project.
This commit is contained in:
committed by
Joshua Granick
parent
ca59773602
commit
3a9a5053e3
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user