From cbff3812e853f177d514c4eb69cb93c957e189f0 Mon Sep 17 00:00:00 2001 From: brianleroux Date: Wed, 6 Oct 2010 10:54:18 -0700 Subject: [PATCH] made gen create a fullout android proj --- lib/generate.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/generate.rb b/lib/generate.rb index 8857e052..59d83a7f 100644 --- a/lib/generate.rb +++ b/lib/generate.rb @@ -8,6 +8,8 @@ class Generate from = File.join ROOT, "example" to = File.join FileUtils.pwd, name FileUtils.cp_r from, to - puts "Generated #{ to }" + Create.new(to) + FileUtils.rm_rf to + FileUtils.mv "#{ to }_android", to end end \ No newline at end of file