Also search .lnk arguments.

This commit is contained in:
voussoir 2020-01-25 18:27:55 -08:00
parent 66c26fa31a
commit 7e8e20d038

View file

@ -81,6 +81,7 @@ def search_contents_windows_lnk(filepath, content_args):
text = [
HeaderedText('Target', shortcut.path),
HeaderedText('Arguments', shortcut.arguments),
HeaderedText('Start In', shortcut.working_directory),
HeaderedText('Comment', shortcut.description),
]