Launcher: add icons where present and add headers to table

This commit is contained in:
Fabian Dill
2023-04-17 02:35:54 +02:00
committed by Fabian Dill
parent 4dc934729d
commit e1f17fadfc
3 changed files with 39 additions and 17 deletions

View File

@@ -102,5 +102,6 @@ components: List[Component] = [
icon_paths = {
'icon': local_path('data', 'icon.ico' if is_windows else 'icon.png'),
'mcicon': local_path('data', 'mcicon.ico')
'mcicon': local_path('data', 'mcicon.ico'),
'discord': local_path('data', 'discord-mark-blue.png'),
}