Skip to content

Commit

Permalink
Update App.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Jun 4, 2024
1 parent 645f9f4 commit 7592734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/App/MozillaFirefox/App.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Application": {
"Name": "MozillaFirefox",
"Filter": "Invoke-EvergreenApp -Name \"MozillaFirefox\" -ErrorAction \"SilentlyContinue\" -WarningAction \"SilentlyContinue\" | Where-Object { $_.Channel -eq \"LATEST_FIREFOX_VERSION\" -and $_.Architecture -eq \"x64\" -and $_.Type -eq \"msi\" -and $_.Language -eq \"en-GB\" }",
"Filter": "Invoke-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\" }",
"Title": "Mozilla Firefox",
"Language": "en-US",
"Architecture": "x64"
Expand Down

0 comments on commit 7592734

Please sign in to comment.