Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .aab installation support #103

Merged
merged 4 commits into from
Sep 28, 2020

Conversation

nghiaviminh
Copy link

Drag & drop installation and launching of .aab files. Set your own keystore options to sign APKs in storage-temp unit

module.exports = function(options) {
return new Promise(function(resolve, reject) {
var defaultBaseDir = ('/tmp/bundletool')
var bundletoolUrl = 'https://api.github.com/repos/google/bundletool/releases/latest'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO bundletool should be bundled with docker image.
STF may be deployed in various environments which may not have network access.

Copy link
Member

@koral-- koral-- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but your branch is outdated.
Could you merge/rebase on latest changes?

@nghiaviminh
Copy link
Author

Of course, I'll update this branch on latest changes

Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
…dletool binary in storage-temp

Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
@nghiaviminh
Copy link
Author

nghiaviminh commented Sep 28, 2020

I've rebased the branch, you can merge the changes. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants