Bug 1773770: Part 4 - Migrate INI parser factory to static component registration...
[gecko.git] / tools / update-programs / README
blob796c460bf90a32374cd0ff53961225157d88a9a4
1 This directory defines a build project for focused work on the "update
2 programs": programs owned or maintained by the Install/Update team
3 that are standalone binaries (i.e., not part of the Firefox binary
4 proper).
6 To use this build project, prepare a minimal mozconfig with
7 ```
8 ac_add_options --enable-project=tools/update-programs
9 ```
11 Depending on the mozconfig options and host and target OS, some of the
12 following will be built:
14 1. the maintenance service (when `--enable-maintenance-service`);
15 2. the updater binary (when `MOZ_UPDATER=1`);
16 3. the Windows Default Browser Agent (when `--enable-default-browser-agent`);
18 Packaging the installer and uninstaller is not yet supported: instead,
19 use an (artifact) build with `--enable-application=browser`.