Merge pull request #446 from rafalo1333/patch-1
spec file: use portrait orientation by default
This commit is contained in:
commit
31e8a5ace0
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