diff --git a/bin/android-sdk-path.bat b/bin/android-sdk-path.bat new file mode 100755 index 00000000..0abaf6eb --- /dev/null +++ b/bin/android-sdk-path.bat @@ -0,0 +1,2 @@ +@ECHO OFF +echo %~dp$PATH:1 \ No newline at end of file diff --git a/bin/droidgap b/bin/droidgap index 81fa48da..6ccc7307 100755 --- a/bin/droidgap +++ b/bin/droidgap @@ -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: diff --git a/bin/droidgap.bat b/bin/droidgap.bat new file mode 100755 index 00000000..757d84cf --- /dev/null +++ b/bin/droidgap.bat @@ -0,0 +1 @@ +ruby %~dp0droidgap %1 %2 \ No newline at end of file