tor-browser (812B)
1 . $topsrcdir/browser/config/mozconfigs/base-browser 2 3 # If building outside tor-browser-build, you might want to customize this value. 4 # On Linux, it influences the WM_CLASS value, which is shown on GNOME's ALT-TAB, 5 # for example. 6 # We customize it in tor-browser-build because we include the channel name, just 7 # like Firefox does. 8 # export MOZ_APP_REMOTINGNAME="Tor Browser" 9 10 ac_add_options --with-relative-data-dir=TorBrowser/Data/Browser 11 # This is not needed with the relative data directory, but it is when you 12 # disable it, otherwise it is "Mozilla" (on Windows and macOS) or ".mozilla" on 13 # Unix systems. 14 # It is used, for example, for GetProductDirectory. 15 # ac_add_options --with-user-appdir=TorProject 16 # ac_add_options --with-user-appdir=.torproject 17 18 ac_add_options --with-distribution-id=org.torproject