Skip to content

Commit

Permalink
Merge pull request #1227 from mandiant/adjust-fakenet
Browse files Browse the repository at this point in the history
Remove double console when opening fakenet
  • Loading branch information
Ana06 authored Jan 10, 2025
2 parents 2460c4e + 78fdb54 commit 313a750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fakenet-ng.vm/fakenet-ng.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/2011/08/nuspec.xsd">
<metadata>
<id>fakenet-ng.vm</id>
<version>3.3.0.20241124</version>
<version>3.3.0.20241219</version>
<description>FakeNet-NG is a dynamic network analysis tool.</description>
<authors>Mandiant</authors>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/fakenet-ng.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ try {
$toolDir = Join-Path $toolDir $dirList[0].Name -Resolve

$executablePath = Join-Path $toolDir "$toolName.exe" -Resolve
VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -executableDir $toolDir -consoleApp $true
VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -executableDir $toolDir
Install-BinFile -Name $toolName -Path $executablePath

# Replace `default.ini` with our modified one that includes change for 'internet_detector'.
Expand Down

0 comments on commit 313a750

Please sign in to comment.