Skip to content

Commit

Permalink
Fixed 7z2john.py to 7z2john.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
mda01 authored and solardiz committed May 29, 2022
1 parent e921536 commit 44b38a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openotherformatfiledialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void OpenOtherFormatFileDialog::declare2johnFormats(QList<ConversionScript> &scr
<< ConversionScriptParameter(
"1Password Agile Keychain(s)", FILE_PARAM))

<< ConversionScript("7z2john", ".py",
<< ConversionScript("7z2john", ".pl",
QList<ConversionScriptParameter>()
<< ConversionScriptParameter(
"encrypted 7-Zip files", FILE_PARAM))
Expand Down

0 comments on commit 44b38a6

Please sign in to comment.