Don't build steam-china on darwin

pull/1454/head
tobspr 2 years ago
parent bb363ce69e
commit 4796aec1ff

@ -290,11 +290,7 @@ gulp.task(
// Bundling (pre upload) // Bundling (pre upload)
gulp.task( gulp.task(
"bundle.steam.from-darwin", "bundle.steam.from-darwin",
gulp.series( gulp.series("utils.cleanBuildOutputFolder", "bundle.standalone-steam.from-darwin")
"utils.cleanBuildOutputFolder",
"bundle.standalone-steam.from-darwin",
"bundle.standalone-steam-china.from-darwin"
)
); );
gulp.task( gulp.task(
"bundle.steam.from-windows", "bundle.steam.from-windows",

Loading…
Cancel
Save