We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13bda42 + 5f2617c commit 3ff0b95Copy full SHA for 3ff0b95
pythonforandroid/bootstraps/sdl2/build/build.py
@@ -413,6 +413,10 @@ def parse_args(args=None):
413
ap.add_argument('--presplash', dest='presplash',
414
help=('A jpeg file to use as a screen while the '
415
'application is loading.'))
416
+ ap.add_argument('--presplash-color', dest='presplash_color', default='#FFFFFFFF',
417
+ help=('A string to set the loading screen background color. '
418
+ 'Suported formats are: #RRGGBB #AARRGGBB or color names '
419
+ 'like red, green, blue, etc.'))
420
ap.add_argument('--wakelock', dest='wakelock', action='store_true',
421
help=('Indicate if the application needs the device '
422
'to stay on'))
0 commit comments