Skip to content

Commit

Permalink
Merge pull request #787 from g3rhard/feature/visualcppredistaio_update
Browse files Browse the repository at this point in the history
VisualCppRedistAIO: Adding exe installers, fix Setup pattern
  • Loading branch information
aaronparker authored Dec 20, 2024
2 parents 7aa2dd8 + d5277bf commit c393c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Evergreen/Manifests/VisualCppRedistAIO.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"Get": {
"Uri": "https://api.github.com/repos/abbodi1406/vcredist/releases/latest",
"MatchVersion": "(\\d+(\\.\\d+){1,4})",
"MatchFileTypes": "\\.zip$"
"MatchFileTypes": "\\.zip$|\\.exe$"
},
"Install": {
"Setup": "VisualCppRedist_AIO_x86_x64_*.zip",
"Setup": "VisualCppRedist_AIO_*.exe",
"Preinstall": "",
"Physical": {
"Arguments": "/ai58X239",
Expand Down

0 comments on commit c393c18

Please sign in to comment.