Launcher: fix loading of mcicon (#1779)

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
Fabian Dill
2023-04-30 18:10:58 +02:00
committed by GitHub
parent 9edab76567
commit 5d25f908a4
4 changed files with 17 additions and 5 deletions

View File

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