diff --git a/packages/hashcat.vm/tools/chocolateyinstall.ps1 b/packages/hashcat.vm/tools/chocolateyinstall.ps1 index 2717cdf3..717f0646 100644 --- a/packages/hashcat.vm/tools/chocolateyinstall.ps1 +++ b/packages/hashcat.vm/tools/chocolateyinstall.ps1 @@ -38,10 +38,10 @@ try { $zipPath = $packageArgs.fileFullPath VM-Assert-Path $zipPath - 7zip x $zipPath -o"$toolDir" -y + 7z x $zipPath -o"$toolDir" -y # Create a shortcut $executablePath = Join-Path "$workingDir" "$toolName.exe" -Resolve VM-Install-Shortcut $toolName $category $executablePath -consoleApp $true -executableDir $workingDir } catch { VM-Write-Log-Exception $_ -} \ No newline at end of file +}