mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Don't build steam-china on darwin
This commit is contained in:
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…
Reference in New Issue
Block a user