From 2be46664f0e4ef4639085efce57b3316c2018c69 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 19 May 2015 10:43:35 -0700 Subject: [PATCH] Fix command (fixes #356) --- tools/CommandLineTools.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index e95470ce5..8a7feafdd 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -636,7 +636,7 @@ class CommandLineTools { CreateTemplate.createProject (words, userDefines); - } else if (projectName == "extension") { + } else if (projectName == "extension" || sampleName == "extension") { CreateTemplate.createExtension (words, userDefines);