diff --git a/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec b/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec index 154a3c03a..47aa0d65b 100755 --- a/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec +++ b/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec @@ -2,7 +2,7 @@ fakenet-ng.vm - 3.2.0.20240412 + 3.2.0.20240425 FakeNet-NG is a dynamic network analysis tool. Mandiant diff --git a/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 b/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 index 62c2b7ae1..a4c4534d2 100755 --- a/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 +++ b/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 @@ -31,7 +31,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 + VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -executableDir $toolDir -consoleApp $true Install-BinFile -Name $toolName -Path $executablePath # Create shortcut in Desktop to FakeNet tool directory