From 4796aec1ff20404c2610449a747871fd91aaa467 Mon Sep 17 00:00:00 2001 From: tobspr Date: Tue, 21 Jun 2022 14:11:10 +0200 Subject: [PATCH] Don't build steam-china on darwin --- gulp/gulpfile.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gulp/gulpfile.js b/gulp/gulpfile.js index cdf9541e..04d3c9c9 100644 --- a/gulp/gulpfile.js +++ b/gulp/gulpfile.js @@ -290,11 +290,7 @@ gulp.task( // Bundling (pre upload) gulp.task( "bundle.steam.from-darwin", - gulp.series( - "utils.cleanBuildOutputFolder", - "bundle.standalone-steam.from-darwin", - "bundle.standalone-steam-china.from-darwin" - ) + gulp.series("utils.cleanBuildOutputFolder", "bundle.standalone-steam.from-darwin") ); gulp.task( "bundle.steam.from-windows",