application.ini 1.3 KB

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