Skip to content

Commit

Permalink
Fix: Change exe to msi setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot authored May 27, 2024
1 parent 4cb062e commit 91bdcf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Evergreen/Manifests/NETworkManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"Get": {
"Uri": "https://api.github.com/repos/borntoberoot/networkmanager/releases/latest",
"MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
"MatchFileTypes": "\\.exe$"
"MatchFileTypes": "\\.msi$"
},
"Install": {
"Setup": "NETworkManager_*_Setup.exe",
"Setup": "NETworkManager_*_Setup.msi",
"Physical": {
"Arguments": "/VERYSILENT /SUPPRESSMSGBOXES /TASKS=\"desktopicon\" /NORESTART /SP-",
"Arguments": "/qn /norestart",
"PostInstall": []
},
"Virtual": {
"Arguments": "/VERYSILENT /SUPPRESSMSGBOXES /TASKS=\"desktopicon\" /NORESTART /SP-",
"Arguments": "/qn /norestart",
"PostInstall": []
}
}
Expand Down

0 comments on commit 91bdcf6

Please sign in to comment.