[tor-commits] [tor-browser-bundle/master] Bug 13252: OS X nightly	builds should use the new layout
    gk at torproject.org 
    gk at torproject.org
       
    Sun Mar 20 20:27:37 UTC 2016
    
    
  
commit 03680a64d899a2f86c710ea764c2d2aac796539a
Author: Georg Koppen <gk at torproject.org>
Date:   Sun Mar 20 20:26:31 2016 +0000
    Bug 13252: OS X nightly builds should use the new layout
---
 gitian/versions.nightly | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/gitian/versions.nightly b/gitian/versions.nightly
index f3d0937..ae38daf 100755
--- a/gitian/versions.nightly
+++ b/gitian/versions.nightly
@@ -8,6 +8,9 @@ BUNDLE_LOCALES_WIN32="ja"
 BUNDLE_LOCALES_MAC="ja-JP-mac"
 BUILD_PT_BUNDLES=1
 
+# DATA_OUTSIDE_APP_DIR is only implemented for Mac OS.
+DATA_OUTSIDE_APP_DIR=1
+
 # If you remove MULTI_LINGUAL=1, be sure to use a version of Tor Launcher
 # that does not include the language prompt.
 MULTI_LINGUAL=1
    
    
More information about the tor-commits
mailing list