You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/05/06 21:29:38 UTC

[24/34] git commit: Update release steps in README.md

Update release steps in README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/c04e2fa7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/c04e2fa7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/c04e2fa7

Branch: refs/heads/master
Commit: c04e2fa7787fee969baa4ef3efa59e6f8024a45c
Parents: 905d837
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Mar 21 00:02:27 2014 -0700
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Mar 21 00:02:27 2014 -0700

----------------------------------------------------------------------
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/c04e2fa7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 306f8fc..6c77ffa 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,18 @@ For more info:
 
 ### Extra Steps
 
-- Replace the title in index.html to "Chrome ADT"
 - Replace the default Cordova icons with your desired icons.
+  - `rm platforms/android/res/drawable-*/icon.png`
+  - `cp ../../mobile-chrome-apps/templates/default-app/assets/icons/icon128.png platforms/android/res/drawable/icon.png`
+- Update the version in `config.xml`
+  - `vim config.xml`
+- Update versionCode in `platforms/android/AndroidManifest.xml`
+  - `vim platforms/android/AndroidManifest.xml`
+- Replace the title in index.html to "Chrome ADT vX.X.X"
+  - `vim www/cdvah/index.html`
 - Build the app in release mode to get a signed APK file.
+  - `cordova build android --release`
 
 ## TODO
 
-- Add icons
+- Add custom icon