From 2095d65db33d1386358b49451d72694e3e3e36ba Mon Sep 17 00:00:00 2001 From: Brendan Barton Date: Thu, 23 Apr 2026 14:47:02 +0800 Subject: [PATCH] Update MozillaFirefox App.json JSON file was filtering results to only include en-GB. Resulted in JSON not returning any results and the JSON file not being updated in 9 months. --- packages/App/MozillaFirefox/App.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index 7c9644d7..9f6cc221 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -1,7 +1,7 @@ { "Application": { "Name": "MozillaFirefox", - "Filter": "Get-EvergreenApp -Name \"MozillaFirefox\" -ErrorAction \"SilentlyContinue\" -WarningAction \"SilentlyContinue\" | Where-Object { $_.Channel -eq \"Current\" -and $_.Architecture -eq \"x64\" -and $_.Type -eq \"msi\" -and $_.Language -eq \"en-GB\" }", + "Filter": "Get-EvergreenApp -Name \"MozillaFirefox\" -ErrorAction \"SilentlyContinue\" -WarningAction \"SilentlyContinue\" | Where-Object { $_.Channel -eq \"Current\" -and $_.Architecture -eq \"x64\" -and $_.Type -eq \"msi\" -and $_.Language -eq \"en-US\" }", "Title": "Mozilla Firefox", "Language": "en-US", "Architecture": "x64"