From c3502da4a0ba908ea741e0762def9432a4be5d82 Mon Sep 17 00:00:00 2001 From: Anis Kadri Date: Fri, 24 Aug 2012 13:40:23 -0700 Subject: [PATCH] arg forgot dest file --- bin/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create.js b/bin/create.js index 5a0bb4d2..e0886f69 100644 --- a/bin/create.js +++ b/bin/create.js @@ -162,7 +162,7 @@ if(fso.FolderExists(ROOT + '\\framework')) { exec('%comspec% /c copy '+ROOT+'\\cordova-'+VERSION+'.jar '+PROJECT_PATH+'\\libs\\cordova-'+VERSION+'.jar /Y'); // copy in xml fso.CreateFolder(PROJECT_PATH + '\\res\\xml'); - exec('%comspec% /c copy '+ROOT+'\\xml\\config.xml ' + PROJECT_PATH + '\\res\\xml\\plugins.xml /Y'); + exec('%comspec% /c copy '+ROOT+'\\xml\\config.xml ' + PROJECT_PATH + '\\res\\xml\\config.xml /Y'); } // copy cordova scripts