Browse Source

Ensure dest folder exists

Josh Engebretson 10 years ago
parent
commit
ac72f8a892
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Build/CIScripts/GenMacEditor.js

+ 2 - 0
Build/CIScripts/GenMacEditor.js

@@ -12,6 +12,8 @@ namespace('build', function() {
     async: true
   }, function() {
 
+      bcommon.cleanCreateDir(dstDir + "MacEditorInstaller");
+
       var editorAppFolder = dstDir + "AtomicEditor.app";
 
       cmds = [