diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-10 04:59:37 +0000 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-10 04:59:37 +0000 |
commit | a61e1e175ca601089a8734d694a5e37486f3189d (patch) | |
tree | a382fc99da6be78bf2ee848949e5e572fd5777af /buildozer.spec | |
parent | c0bd1ca2348d568b7f34081b09bc4e53baaff749 (diff) | |
download | youload-a61e1e175ca601089a8734d694a5e37486f3189d.tar.gz youload-a61e1e175ca601089a8734d694a5e37486f3189d.tar.bz2 youload-a61e1e175ca601089a8734d694a5e37486f3189d.zip |
Better layout and other stuff on android
Diffstat (limited to 'buildozer.spec')
-rw-r--r-- | buildozer.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 |