[android] fix build result apk path
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
0.1.6
|
||||
-----
|
||||
* Android: fix build result apk path
|
||||
|
||||
0.1.5
|
||||
-----
|
||||
* Haxe: default version 4.0.5
|
||||
|
||||
@@ -105,7 +105,7 @@ class Haxe extends Sdk {
|
||||
const target = path.resolve(buildDir, platform, 'bin');
|
||||
fse.emptyDirSync(target);
|
||||
const result = {
|
||||
'android': 'app/build/outputs/apk/*-debug.apk',
|
||||
'android': `app/build/outputs/**/${config.meta.filename}-debug.apk`,
|
||||
'flash': '*.swf',
|
||||
}[platform] || '**/*';
|
||||
return this.haxelib(args).then(() => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gulp-haxetool",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "HaXe Tool for Gulp",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user