diff --git a/buildozer.spec b/buildozer.spec index 353626e..1170bdc 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -46,7 +46,7 @@ requirements = hostpython3, python3, kivy, plyer, android, mapview, requests, ur #garden_requirements = mapview # (str) Presplash of the application -#presplash.filename = %(source.dir)s/data/presplash.png +presplash.filename = ./presplash.png # (str) Icon of the application #icon.filename = %(source.dir)s/data/icon.png diff --git a/presplash.png b/presplash.png new file mode 100644 index 0000000..1d2d2d3 Binary files /dev/null and b/presplash.png differ