mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
fix: resolve OMEN binary path from repo root as fallback
In dev checkouts where submodules are built in the repo root rather than vendored into hate_path, OMEN binaries were not found. Introduces _omen_dir that checks hate_path/omen first and falls back to the repo root omen dir. Also removes vendor-assets from install/update targets and drops vendored submodule paths from pyproject.toml package data.
This commit is contained in:
@@ -32,9 +32,6 @@ include = ["hate_crack*"]
|
||||
[tool.setuptools.package-data]
|
||||
hate_crack = [
|
||||
"config.json.example",
|
||||
"hashcat-utils/**",
|
||||
"princeprocessor/**",
|
||||
"omen/**",
|
||||
]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
@@ -61,9 +58,8 @@ exclude = [
|
||||
"wordlists/",
|
||||
"HashcatRosetta/",
|
||||
"hashcat-utils/",
|
||||
"hate_crack/hashcat-utils/",
|
||||
"hate_crack/omen/",
|
||||
"hate_crack/princeprocessor/",
|
||||
"omen/",
|
||||
"princeprocessor/",
|
||||
]
|
||||
|
||||
[tool.ty.rules]
|
||||
|
||||
Reference in New Issue
Block a user