tools: Fixed a broken dependency in 7z.
- This was missed in the original commit: 6c78f9c0
This commit is contained in:
parent
92632ba85e
commit
896edecd23
2 changed files with 3 additions and 3 deletions
|
|
@ -100,8 +100,8 @@ tools_for_extensions = [
|
|||
success_status = "normal"
|
||||
|
||||
[7z]
|
||||
dependencies = ["7z"]
|
||||
url = "https://en.wikipedia.org/wiki/7z"
|
||||
dependencies = ["p7zip"]
|
||||
url = "p7zip"
|
||||
command = "7z l"
|
||||
success_status = "normal"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue