mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
726a6859ec
package files needed for xulrunner
48 lines
1.6 KiB
INI
48 lines
1.6 KiB
INI
[App]
|
|
;
|
|
; This field specifies your organization's name. This field is recommended,
|
|
; but optional.
|
|
Vendor=Disruptive Innovations SARL
|
|
;
|
|
; This field specifies your application's name. This field is required.
|
|
Name=Mozilla Composer
|
|
;
|
|
; This field specifies your application's version. This field is optional.
|
|
Version=0.1
|
|
;
|
|
; This field specifies your application's build ID (timestamp). This field is
|
|
; required.
|
|
BuildID=20060320
|
|
;
|
|
; This field specifies a compact copyright notice for your application. This
|
|
; field is optional.
|
|
Copyright=Copyright (c) 2006 Disruptive Innovations SARL
|
|
;
|
|
; This ID is just an example. Every XUL app ought to have it's own unique ID.
|
|
; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
|
|
; irc.mozilla.org and /msg botbot uuid. This field is optional.
|
|
ID={8fa6f1b4-7ed3-4895-bac6-01f1cc206ab3}
|
|
|
|
[Gecko]
|
|
;
|
|
; This field is required. It specifies the minimum Gecko version that this
|
|
; application requires. Specifying 1.8 matches all releases with a version
|
|
; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
|
|
MinVersion=1.8
|
|
;
|
|
; This field is optional. It specifies the maximum Gecko version that this
|
|
; application requires. It should be specified if your application uses
|
|
; unfrozen interfaces. Specifying 1.8 matches all releases with a version
|
|
; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
|
|
MaxVersion=1.8.0.1
|
|
|
|
[Shell]
|
|
;
|
|
; This field specifies the location of your application's main icon with file
|
|
; extension excluded. NOTE: Unix style file separators are required. This
|
|
; field is optional.
|
|
Icon=chrome/skin/classic/composer/composer
|
|
|
|
[XRE]
|
|
EnableExtensionManager=1
|