Browse Source

Zip compress the editor data artifact

Josh Engebretson 10 years ago
parent
commit
b8d1be3e38
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Build/CIScripts/GenEditorData.js

+ 0 - 3
Build/CIScripts/GenEditorData.js

@@ -177,7 +177,6 @@ namespace('build', function() {
 
     complete();
 
-    /*
     process.chdir(buildDir);
 
     var cmds = ["zip -r -X ./EditorData.zip ./"];
@@ -189,8 +188,6 @@ namespace('build', function() {
         printStdout: true
       });
 
-    */
-
   });
 
 }); // end of build namespace