Skip to content

Commit

Permalink
Merge pull request #182 from BC-SECURITY/DesktopFile-typo
Browse files Browse the repository at this point in the history
desktopfile, typo in descriptions
  • Loading branch information
Cx01N authored Apr 22, 2020
2 parents d2da774 + b8113dc commit e038621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/modules/python/persistence/multi/desktopfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self, mainMenu, params=[]):
'Name': 'DesktopFile',

# list of one or more authors for the module
'Author': '@jarrodcoulter',
'Author': ['@jarrodcoulter'],

# more verbose multi-line description of the module
'Description': 'Installs an Empire launcher script in ~/.config/autostart on Linux versions with GUI.',
Expand All @@ -34,7 +34,7 @@ def __init__(self, mainMenu, params=[]):
'MinLanguageVersion' : '2.6',

# list of any references/other comments
'Comments': 'https://digitasecurity.com/blog/2018/01/23/crossrat/, https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html, https://neverbenever.wordpress.com/2015/02/11/how-to-autostart-a-program-in-raspberry-pi-or-linux/'
'Comments': ['https://digitasecurity.com/blog/2018/01/23/crossrat/, https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html, https://neverbenever.wordpress.com/2015/02/11/how-to-autostart-a-program-in-raspberry-pi-or-linux/']
}

# any options needed by the module, settable during runtime
Expand Down

0 comments on commit e038621

Please sign in to comment.