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

Minor fixes, update changelog, add experimental macosx and linux builds

This commit is contained in:
tobspr
2020-05-30 20:12:16 +02:00
parent 02fb6d53b5
commit 704b6e14b8
6 changed files with 16 additions and 7 deletions

View File

@@ -182,10 +182,10 @@ function gulptasksStandalone($, gulp, buildFolder) {
"standalone.package.prod",
$.sequence("standalone.prepare", [
"standalone.package.prod.win64",
// "standalone.package.prod.linux64",
"standalone.package.prod.linux64",
"standalone.package.prod.darwin64",
// "standalone.package.prod.win32",
// "standalone.package.prod.linux32",
// "standalone.package.prod.darwin64"
])
);
}