From fbdf0184223d4635273ac7c474e001c742c6808c Mon Sep 17 00:00:00 2001 From: shmyga Date: Thu, 10 May 2018 23:11:50 +0300 Subject: [PATCH] [gulp] added android build --- gulpfile.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 856ad58..4cb2945 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -56,6 +56,7 @@ const client = new Project( Project.Platform.FLASH, Project.Platform.HTML5, Project.Platform.LINUX, + Project.Platform.ANDROID, ], config.branch({ name: 'client', @@ -100,8 +101,9 @@ module.exports.default = gulp.series( module.exports['client:flash:build'], module.exports['client:html5:build'], module.exports['client:linux:build'], + //module.exports['client:android:build'], module.exports['editor:flash:build'], module.exports['server:neko:build'], - module.exports['client:flash:pack'], - module.exports['client:linux:pack'], + module.exports['client:flash:html'], + module.exports['client:linux:deb'], ); \ No newline at end of file