Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / tools / update-programs / README
blob35de17eb8f4d17d210d922390be58dbd70685d12
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-project=browser`.