From c04e2fa7787fee969baa4ef3efa59e6f8024a45c Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Fri, 21 Mar 2014 00:02:27 -0700 Subject: [PATCH] Update release steps in README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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