mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Add windows build scripts
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
@ECHO OFF
|
||||
echo %~dp$PATH:1
|
||||
+1
-1
@@ -129,7 +129,7 @@ if ARGV.first.nil? || ARGV.first == 'help'
|
||||
DroidGap Package
|
||||
----------------
|
||||
|
||||
Creates an Android compatable project from a PhoneGap project. For example, if you have MyProject with index.html this comamdn will create MyProject-android.
|
||||
Creates an Android compatable project from a PhoneGap project. For example, if you have MyProject with index.html this command will create MyProject-android.
|
||||
|
||||
Usage:
|
||||
|
||||
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
ruby %~dp0droidgap %1 %2
|
||||
Reference in New Issue
Block a user