diff options
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 |