1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00

Switch order of tasks in standalone.package.prod

This commit is contained in:
hexagonhexagon 2020-05-27 14:03:17 -04:00
parent 9c9a6b0abc
commit b02f3d89cb

View File

@ -207,13 +207,8 @@ function gulptasksStandalone($, gulp, buildFolder) {
"standalone.package.prod",
$.sequence("standalone.prepare", [
"standalone.package.prod.win64",
<<<<<<< HEAD
// "standalone.package.prod.linux64",
// "standalone.package.prod.win32",
=======
// "standalone.package.prod.win32",
"standalone.package.prod.linux64",
>>>>>>> Add linux build to standalone.package.prod.
// "standalone.package.prod.win32",
// "standalone.package.prod.linux32",
// "standalone.package.prod.darwin64"
])