From 5fa8b11896fc93d1daea4c2967106472fa14592b Mon Sep 17 00:00:00 2001 From: Nichole Mattera <697668+NicholeMattera@users.noreply.github.com> Date: Fri, 1 May 2020 13:07:01 -0400 Subject: [PATCH] v16.0 --- Builder/builder.py | 2 +- Resources/Bootlogos/HowToCreateBootlogos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Builder/builder.py b/Builder/builder.py index 3fa9378..cdbf1d9 100755 --- a/Builder/builder.py +++ b/Builder/builder.py @@ -33,7 +33,7 @@ def parse_args(): '-v', '--version', default=None, type=str, - help='Overides the Kosmos Version from the config file.', + help='Overrides the Kosmos Version from the config file.', metavar='KosmosVersion') subparsers = parser.add_subparsers() diff --git a/Resources/Bootlogos/HowToCreateBootlogos.md b/Resources/Bootlogos/HowToCreateBootlogos.md index 7107fdf..69a05c2 100644 --- a/Resources/Bootlogos/HowToCreateBootlogos.md +++ b/Resources/Bootlogos/HowToCreateBootlogos.md @@ -11,5 +11,5 @@ B. Create your own one 4. Use some online converter to convert the .png to a .bmp - We need to use a online converter because GIMP currently has some issues with it 5. Call it bootlogo.bmp if you want to use it as the standard one - - You can also choose a specific bootlogo for each launch option by writting ```logopath=LinkToBootimage.bmp``` into your hekate-ipl.ini ([Example](https://github.com/tumGER/SDFilesSwitch/blob/8653108d41096f60c43f5dab56b41024fa785c5d/Compiled/hekate_ipl.ini#L60)) + - You can also choose a specific bootlogo for each launch option by writing ```logopath=LinkToBootimage.bmp``` into your hekate-ipl.ini ([Example](https://github.com/tumGER/SDFilesSwitch/blob/8653108d41096f60c43f5dab56b41024fa785c5d/Compiled/hekate_ipl.ini#L60)) 5. Put it on the root of your SD / root of "SDFilesSwitch/Compiled"