Skip to content

Commit 8ed12e5

Browse files
committed
De-Consoleapp Windump
1 parent 0d5d051 commit 8ed12e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/windump.vm/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232
$executablePath = Join-Path $toolDir "\x64\$toolName.exe" -Resolve
3333
}
3434

35-
VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -consoleApp $true
35+
VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath
3636
Install-BinFile -Name $toolName -Path $executablePath
3737
} catch {
3838
VM-Write-Log-Exception $_

0 commit comments

Comments
 (0)