Don't build steam-china on darwin

This commit is contained in:
tobspr 2022-06-21 14:11:10 +02:00
parent bb363ce69e
commit 4796aec1ff
1 changed files with 1 additions and 5 deletions

View File

@ -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",