mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
msmpi: Fix extraction
related: https://github.com/ScoopInstaller/Scoop/pull/5065 related: https://github.com/ScoopInstaller/Extras/issues/9026
This commit is contained in:
parent
38d3ede205
commit
de13cbf8bd
@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe",
|
||||
"hash": "7308fd15e437d6829fd9c6ec5d801380faa3bff6e66e1dee3e8e005106fb6a68",
|
||||
"pre_install": "Invoke-ExternalCommand -Path \"$(Get-HelperPath -Helper 7zip)\" -ArgumentList @('x', '-t#', \"`\"$dir\\msmpisetup.exe`\"\", \"-o`\"$dir\\tmp`\"\")",
|
||||
"pre_install": "Invoke-ExternalCommand -Path \"$(Get-HelperPath -Helper 7zip)\" -ArgumentList @('x', '-t#', \"$dir\\msmpisetup.exe\", \"-o$dir\\tmp\") | Out-Null",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"installer": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user