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:
parent
9848996e07
commit
0dd1c5df9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue