spec file: use portrait orientation by default

99% of apps are portrait oriented, only advanced games are using landscape by default, p4a should follow
This commit is contained in:
Rafał Kaczor 2017-01-05 13:25:49 +01:00 committed by GitHub
parent 9848996e07
commit 0dd1c5df9c

View file

@ -52,7 +52,7 @@ requirements = kivy
#icon.filename = %(source.dir)s/data/icon.png
# (str) Supported orientation (one of landscape, portrait or all)
orientation = landscape
orientation = portrait
# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY