mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
made gen create a fullout android proj
This commit is contained in:
+3
-1
@@ -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
|
||||
Reference in New Issue
Block a user