From de13cbf8bd127ee7f74e9f80254325c6dacdcd4e Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Thu, 11 Aug 2022 15:51:43 +0800 Subject: [PATCH] msmpi: Fix extraction related: https://github.com/ScoopInstaller/Scoop/pull/5065 related: https://github.com/ScoopInstaller/Extras/issues/9026 --- bucket/msmpi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/msmpi.json b/bucket/msmpi.json index 491ac1c9af..a1698180c9 100644 --- a/bucket/msmpi.json +++ b/bucket/msmpi.json @@ -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": {