mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
464 B
INI
27 lines
464 B
INI
#filter substitution
|
|
[App]
|
|
Vendor=Mozilla
|
|
Name=Fennec
|
|
Version=@APP_VERSION@
|
|
BuildID=@APP_BUILDID@
|
|
#ifdef MOZ_SOURCE_REPO
|
|
SourceRepository=@MOZ_SOURCE_REPO@
|
|
#endif
|
|
#ifdef MOZ_SOURCE_STAMP
|
|
SourceStamp=@MOZ_SOURCE_STAMP@
|
|
#endif
|
|
ID={a23983c0-fd0e-11dc-95ff-0800200c9a66}
|
|
|
|
[Gecko]
|
|
MinVersion=1.9.2b5pre
|
|
MaxVersion=@GRE_MILESTONE@
|
|
|
|
[XRE]
|
|
EnableExtensionManager=1
|
|
|
|
[Crash Reporter]
|
|
#if MOZILLA_OFFICIAL
|
|
Enabled=1
|
|
#endif
|
|
ServerURL=https://crash-reports.mozilla.com/submit
|