Josh Engebretson před 10 roky
rodič
revize
4912f81d97
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 1 0
      Build/Scripts/BuildMac.js
  2. 1 0
      Build/Scripts/BuildWindows.js

+ 1 - 0
Build/Scripts/BuildMac.js

@@ -8,6 +8,7 @@ var editorAppFolder = host.artifactsRoot + "/AtomicEditor/AtomicEditor.app/";
 
 namespace('build', function() {
 
+// Builds a standalone Atomic Editor, which can be distributed out of build tree
 task('atomiceditor', {
   async: true
 }, function() {

+ 1 - 0
Build/Scripts/BuildWindows.js

@@ -8,6 +8,7 @@ var editorAppFolder = host.artifactsRoot + "AtomicEditor/";
 
 namespace('build', function() {
 
+  // Builds a standalone Atomic Editor, which can be distributed out of build tree
   task('atomiceditor', {
     async: true
   }, function() {