1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-24 04:44:59 +00:00

Improve build process on macOS

This commit is contained in:
Tobias
2026-09-05 15:30:49 +02:00
parent 72ee74e84a
commit 8a79de5255
10 changed files with 141 additions and 5 deletions

View File

@@ -268,6 +268,10 @@ for (const variant in BUILD_VARIANTS) {
"bundle." + variant + ".from-darwin",
gulp.series(buildName, "standalone." + variant + ".build-from-darwin")
);
gulp.task(
"bundle." + variant + ".all",
gulp.series(buildName, "standalone." + variant + ".build-all")
);
}
// serve
@@ -300,6 +304,7 @@ gulp.task(
"bundle.standalone-steam-china.from-windows"
)
);
gulp.task("bundle.steam.all", gulp.series("utils.cleanBuildOutputFolder", "bundle.standalone-steam.all"));
gulp.task(
"bundle.steam-demo.from-darwin",
gulp.series("utils.cleanBuildOutputFolder", "bundle.standalone-steam-demo.from-darwin")