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:
parent
9c9a6b0abc
commit
b02f3d89cb
@ -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"
|
||||
])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user