Browse Source

Adding BuildAtomic root script

Josh Engebretson 10 years ago
parent
commit
c3ec0d9264
2 changed files with 2 additions and 1 deletions
  1. 1 0
      BuildAtomic.sh
  2. 1 1
      Jakefile

+ 1 - 0
BuildAtomic.sh

@@ -0,0 +1 @@
+#!./Build/Mac/node/node ./Build/node_modules/jake/bin/cli.js Jakefile package:macosx

+ 1 - 1
Jakefile

@@ -99,7 +99,7 @@ namespace('package', function() {
 
 
   cmakeDevBuild = false;
   cmakeDevBuild = false;
 
 
-  task('macosx', [] /*['clean:all', 'build:macosx']*/, function() {
+  task('macosx', ['clean:all', 'build:macosx'], function() {
 
 
     jake.mkdirP(macOSXPackageFolder + "/AtomicEditor.app/Contents/Resources/");
     jake.mkdirP(macOSXPackageFolder + "/AtomicEditor.app/Contents/Resources/");