https://github.com/jelhan/ember-cli-deploy-zipalign
ember-cli-deploy plugin to zipalign an android build artifact
https://github.com/jelhan/ember-cli-deploy-zipalign
ember-cli-deploy-plugin
Last synced: 11 months ago
JSON representation
ember-cli-deploy plugin to zipalign an android build artifact
- Host: GitHub
- URL: https://github.com/jelhan/ember-cli-deploy-zipalign
- Owner: jelhan
- License: mit
- Created: 2018-01-05T09:52:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T10:14:46.000Z (over 8 years ago)
- Last Synced: 2024-10-30T03:49:54.873Z (over 1 year ago)
- Topics: ember-cli-deploy-plugin
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-deploy-zipalign
[](https://travis-ci.org/jelhan/ember-cli-deploy-zipalign)
Plugin for ember-cli-deploy to [zipalign](https://developer.android.com/studio/command-line/zipalign.html)
an android build artifact.
## Installation
* `ember install ember-cli-deploy-zipalign`
## Usage
This plugin is designed to work together with [ember-cli-deploy-corber](https://github.com/jelhan/ember-cli-deploy-corber).
If you don't use that one, you have to make sure that a `corber.android` key exists on `context`, which contains an array
of paths to `.apk` files which should be zipaligned.
You could disable `zipalign` for a specific deployment target by setting `enabled` config to `false`.
Zipalign android debug builds may fail. Therefore it's highly recommended to disable this plugin if `corber.release` config is not `true`.