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