mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-15 14:51:11 -08:00
Don't build steam-china on darwin
This commit is contained in:
parent
bb363ce69e
commit
4796aec1ff
1 changed files with 1 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue