Fix 'lime create extension'.

This commit is contained in:
Joseph Cloutier
2017-04-29 04:02:37 -04:00
committed by Joshua Granick
parent 24dd539cdd
commit cb9d5fb019

View File

@@ -38,6 +38,7 @@ class CreateTemplate {
context.ANDROID_MINIMUM_SDK_VERSION = "::ANDROID_MINIMUM_SDK_VERSION::";
context.META_BUILD_NUMBER = "::META_BUILD_NUMBER::";
context.META_VERSION = "::META_VERSION::";
context.ANDROID_GRADLE_PLUGIN = "::ANDROID_GRADLE_PLUGIN::";
PathHelper.mkdir (title);
FileHelper.recursiveCopyTemplate ([ PathHelper.getHaxelib (new Haxelib ("lime"), true) + "/templates" ], "extension", title, context);