diff --git a/packages/cyberchef.vm/cyberchef.vm.nuspec b/packages/cyberchef.vm/cyberchef.vm.nuspec index c26ac0b0..d1962fa0 100644 --- a/packages/cyberchef.vm/cyberchef.vm.nuspec +++ b/packages/cyberchef.vm/cyberchef.vm.nuspec @@ -2,7 +2,7 @@ cyberchef.vm - 10.19.4 + 10.19.4.20241209 GCHQ The Cyber Swiss Army Knife - a web app for encryption, encoding, compression, data analysis, and more. diff --git a/packages/cyberchef.vm/tools/chocolateyinstall.ps1 b/packages/cyberchef.vm/tools/chocolateyinstall.ps1 index a80275e9..bb8945a0 100644 --- a/packages/cyberchef.vm/tools/chocolateyinstall.ps1 +++ b/packages/cyberchef.vm/tools/chocolateyinstall.ps1 @@ -18,6 +18,9 @@ try { Install-ChocolateyZipPackage @packageArgs VM-Assert-Path $toolDir + # FLARE-VM adds CyberChef to the taskbar. + # We use the chrome executable as we can't use an `.html` shortcut for the taskbar. + # Because of this reason we are not using the `VM-Install-From-Zip` helper that would simplify the package code. $chromePath = "${env:ProgramFiles}\Google\Chrome\Application\chrome.exe" $cyberchefPath = Get-Item "$toolDir\CyberChef*.html" $iconLocation = VM-Create-Ico (Join-Path $toolDir "images\cyberchef-128x128.png")