From a460ad63e775902c4bade35b14f37d261bf0b14f Mon Sep 17 00:00:00 2001 From: Tyson Smith Date: Mon, 17 Nov 2025 12:05:12 -0800 Subject: [PATCH] fix: add missing 'xpcshell' target --- src/fuzzfetch/args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fuzzfetch/args.py b/src/fuzzfetch/args.py index 777801cf..1d755253 100644 --- a/src/fuzzfetch/args.py +++ b/src/fuzzfetch/args.py @@ -57,6 +57,7 @@ def __init__(self) -> None: "mozharness", "searchfox", "thunderbird", + "xpcshell", ), help="Specify the build artifacts to download. " f"(default: {' '.join(FetcherArgs.DEFAULT_TARGETS)})",