mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
22 lines
402 B
INI
22 lines
402 B
INI
#filter substitution
|
|
[App]
|
|
Vendor=Mozilla
|
|
Name=@APP_NAME@
|
|
Version=@APP_VERSION@
|
|
BuildID=@APP_BUILDID@
|
|
#ifdef MOZ_SOURCE_REPO
|
|
SourceRepository=@MOZ_SOURCE_REPO@
|
|
#endif
|
|
#ifdef MOZ_SOURCE_STAMP
|
|
SourceStamp=@MOZ_SOURCE_STAMP@
|
|
#endif
|
|
Copyright=Copyright (c) 2008 Mozilla.org
|
|
ID={a23983c0-fd0e-11dc-95ff-0800200c9a66}
|
|
|
|
[Gecko]
|
|
MinVersion=1.9.2a1pre
|
|
MaxVersion=@GRE_MILESTONE@
|
|
|
|
[XRE]
|
|
EnableExtensionManager=1
|