[core] add config android extenions param

This commit is contained in:
2020-01-21 20:58:37 +03:00
parent 4f3ffe1181
commit b68ae2f3dc
4 changed files with 8 additions and 2 deletions

View File

@@ -450,7 +450,7 @@ class AndroidRunner extends Runner {
call() {
const target = this.targetPath;
return this.log(gulp.src(`${target}/${this.config.meta.filename}_*.apk`)
return this.log(gulp.src(`${target}/${this.config.meta.filename}_${this.config.meta.version}.apk`)
.pipe(this.android.apk())
.pipe(this.android.install())
.pipe(this.android.start())