From f5795375520e45fdad623de1e19786dffd1d85d9 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Fri, 25 Oct 2024 09:23:45 +0200 Subject: [PATCH] Check for jep.dll --- setup/install/install_verify.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/install/install_verify.ps1 b/setup/install/install_verify.ps1 index c002713..564c708 100644 --- a/setup/install/install_verify.ps1 +++ b/setup/install/install_verify.ps1 @@ -352,6 +352,7 @@ Test-Command C:\venv\dissect\Scripts\thumbcache-extract.exe PE32 Test-Command C:\venv\dissect\Scripts\vma-extract.exe PE32 Test-Command C:\venv\ghidrecomp\Scripts\ghidrecomp.exe PE32 Test-Command C:\venv\ingestr\Scripts\ingestr.exe PE32 +Test-Command C:\venv\jep\Lib\site-packages\jep\jep.dll PE32 Test-Command C:\venv\jep\Scripts\capa.exe PE32 Test-Command C:\venv\jep\Scripts\f2py.exe PE32 Test-Command C:\venv\jep\Scripts\markdown-it.exe PE32