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:
@@ -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"
|
||||
])
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user