Skip to content

Commit

Permalink
De-Consoleapp Windump
Browse files Browse the repository at this point in the history
  • Loading branch information
emtuls committed Apr 10, 2024
1 parent 0d5d051 commit 7cb24f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/windump.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 $_
Expand Down
2 changes: 1 addition & 1 deletion packages/windump.vm/windump.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>windump.vm</id>
<version>0.3</version>
<version>0.3.0.20240410</version>
<authors>Riverbed Technology and hsluoyz</authors>
<description>Windows version of tcpdump, the command line network analyzer for UNIX</description>
<dependencies>
Expand Down

0 comments on commit 7cb24f0

Please sign in to comment.