mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
Add windows build scripts
This commit is contained in:
parent
a5323d77f5
commit
86a7a0d9e3
2
bin/android-sdk-path.bat
Executable file
2
bin/android-sdk-path.bat
Executable file
@ -0,0 +1,2 @@
|
||||
@ECHO OFF
|
||||
echo %~dp$PATH: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:
|
||||
|
||||
|
1
bin/droidgap.bat
Executable file
1
bin/droidgap.bat
Executable file
@ -0,0 +1 @@
|
||||
ruby %~dp0droidgap %1 %2
|
Loading…
Reference in New Issue
Block a user