Also search .lnk arguments.
This commit is contained in:
parent
66c26fa31a
commit
7e8e20d038
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue