diff --git a/packages/windump.vm/tools/chocolateyinstall.ps1 b/packages/windump.vm/tools/chocolateyinstall.ps1 index 2898cf75..cd9622f8 100644 --- a/packages/windump.vm/tools/chocolateyinstall.ps1 +++ b/packages/windump.vm/tools/chocolateyinstall.ps1 @@ -32,7 +32,7 @@ try { $executablePath = Join-Path $toolDir "\x64\$toolName.exe" -Resolve } - VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -consoleApp $true + VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath Install-BinFile -Name $toolName -Path $executablePath } catch { VM-Write-Log-Exception $_ diff --git a/packages/windump.vm/windump.vm.nuspec b/packages/windump.vm/windump.vm.nuspec index d9e97630..007068dd 100644 --- a/packages/windump.vm/windump.vm.nuspec +++ b/packages/windump.vm/windump.vm.nuspec @@ -2,7 +2,7 @@ windump.vm - 0.3 + 0.3.0.20240410 Riverbed Technology and hsluoyz Windows version of tcpdump, the command line network analyzer for UNIX