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

MacOS Support

This commit is contained in:
tobspr
2022-04-13 15:43:58 +02:00
parent 6c88ccd7e2
commit a3a72e95ad
12 changed files with 530 additions and 122 deletions

View File

@@ -332,6 +332,16 @@ for (const prefix of ["", "china.", "wegame."]) {
);
}
// OS X build and release upload
gulp.task(
"build.darwin64-prod",
gulp.series(
"build.standalone-prod",
"standalone.prepare",
"standalone.package.prod.darwin64.signManually"
)
);
// Deploying!
gulp.task(
"main.deploy.alpha",