Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/aaronparker/evergreen
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
aaronparker committed Jul 29, 2024
2 parents d76b239 + 19ffc7c commit dd4e72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Evergreen/Manifests/MicrosoftTerminal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Get": {
"Uri": "https://api.github.com/repos/microsoft/terminal/releases/latest",
"MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
"MatchFileTypes": "\\.msixbundle$"
"MatchFileTypes": "\\.exe$|\\.msi$|\\.msixbundle$|\\.zip$"
},
"Install": {
"Setup": "",
Expand Down

0 comments on commit dd4e72f

Please sign in to comment.