We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5d051 commit 8ed12e5Copy full SHA for 8ed12e5
packages/windump.vm/tools/chocolateyinstall.ps1
@@ -32,7 +32,7 @@ try {
32
$executablePath = Join-Path $toolDir "\x64\$toolName.exe" -Resolve
33
}
34
35
- VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -consoleApp $true
+ VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath
36
Install-BinFile -Name $toolName -Path $executablePath
37
} catch {
38
VM-Write-Log-Exception $_
0 commit comments