tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

application.ini.in (1495B)


      1 #ifdef MOZ_BUILD_APP_IS_BROWSER
      2 ; This file is not used. If you modify it and want the application to use
      3 ; your modifications, move it under the browser/ subdirectory and start with
      4 ; the "-app /path/to/browser/application.ini" argument.
      5 #else
      6 ; This file is not used. If you modify it and want the application to use
      7 ; your modifications, start with the "-app /path/to/application.ini"
      8 ; argument.
      9 #endif
     10 #if 0
     11 ; This Source Code Form is subject to the terms of the Mozilla Public
     12 ; License, v. 2.0. If a copy of the MPL was not distributed with this
     13 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
     14 #endif
     15 #filter substitution
     16 #include @TOPOBJDIR@/buildid.h
     17 #include @TOPOBJDIR@/source-repo.h
     18 [App]
     19 Vendor=@MOZ_APP_VENDOR@
     20 Name=@MOZ_APP_BASENAME@
     21 RemotingName=@MOZ_APP_REMOTINGNAME@
     22 #ifdef MOZ_APP_DISPLAYNAME
     23 CodeName=@MOZ_APP_DISPLAYNAME@
     24 #endif
     25 Version=@MOZ_APP_VERSION@
     26 #ifdef MOZ_APP_PROFILE
     27 Profile=@MOZ_APP_PROFILE@
     28 #endif
     29 BuildID=@MOZ_BUILDID@
     30 #ifdef MOZ_SOURCE_REPO
     31 SourceRepository=@MOZ_SOURCE_REPO@
     32 #endif
     33 #ifdef MOZ_SOURCE_STAMP
     34 SourceStamp=@MOZ_SOURCE_STAMP@
     35 #endif
     36 ID=@MOZ_APP_ID@
     37 
     38 [Gecko]
     39 MinVersion=@GRE_MILESTONE@
     40 MaxVersion=@GRE_MILESTONE@
     41 
     42 [XRE]
     43 #ifdef MOZ_PROFILE_MIGRATOR
     44 EnableProfileMigrator=1
     45 #endif
     46 
     47 #if MOZ_CRASHREPORTER
     48 [Crash Reporter]
     49 Enabled=1
     50 ServerURL=@MOZ_CRASHREPORTER_URL@/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@MOZ_BUILDID@
     51 #endif
     52 
     53 #if MOZ_UPDATER
     54 [AppUpdate]
     55 URL=@BB_UPDATER_URL@/%CHANNEL%/%BUILD_TARGET%/%VERSION%/ALL
     56 #endif