Browse Source

Mac Build

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

+ 1 - 1
Build/CIScripts/GenEditorData.js

@@ -179,7 +179,7 @@ namespace('build', function() {
 
 
     process.chdir(buildDir);
     process.chdir(buildDir);
 
 
-    var cmds = ["zip -r -X ./EditorData.zip ./"];
+    var cmds = ["zip -r ./EditorData.zip ./"];
 
 
     jake.exec(cmds,
     jake.exec(cmds,
       function() {
       function() {