1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Wegame adjustments

This commit is contained in:
tobspr
2023-09-13 11:25:22 +02:00
parent 34754964d3
commit 9c1bac5afe
10 changed files with 209 additions and 77 deletions

View File

@@ -281,13 +281,10 @@ function gulptasksStandalone($, gulp) {
);
gulp.task(taskPrefix + ".package.win64", cb => packageStandalone("win32", "x64", cb));
gulp.task(taskPrefix + ".package.linux64", cb => packageStandalone("linux", "x64", cb));
// gulp.task(taskPrefix + ".package.linux64", cb => packageStandalone("linux", "x64", cb));
gulp.task(
taskPrefix + ".build-from-windows",
gulp.series(
taskPrefix + ".prepare",
gulp.parallel(taskPrefix + ".package.win64", taskPrefix + ".package.linux64")
)
gulp.series(taskPrefix + ".prepare", gulp.parallel(taskPrefix + ".package.win64"))
);
gulp.task(
taskPrefix + ".build-from-darwin",