From a61e1e175ca601089a8734d694a5e37486f3189d Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 9 Nov 2023 21:59:37 -0700 Subject: Better layout and other stuff on android --- buildozer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildozer.spec') diff --git a/buildozer.spec b/buildozer.spec index 16aa7d3..8c1e3ad 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -47,11 +47,11 @@ requirements = python3,kivy,pytube #presplash.filename = %(source.dir)s/data/presplash.png # (str) Icon of the application -#con.filename = %(source.dir)s/data/icon.png +icon.filename = images/icon.png # (list) Supported orientations # Valid options are: landscape, portrait, portrait-reverse or landscape-reverse -orientation = landscape +orientation = portrait # (list) List of service to declare #services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY -- cgit v1.2.3