Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Update release steps in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Mar 21, 2014
1 parent 905d837 commit c04e2fa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -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

0 comments on commit c04e2fa

Please sign in to comment.