tools: Fixed a broken dependency in 7z.

- This was missed in the original commit: 6c78f9c0
This commit is contained in:
Andrew Hamilton 2018-06-05 09:01:46 +10:00
parent 92632ba85e
commit 896edecd23
2 changed files with 3 additions and 3 deletions

View file

@ -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"