[core] add config android extenions param
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user