[spec] Move the key p4a.branch
to p4a section
To be neatest and to be easier to find the key
This commit is contained in:
parent
1d1b0b7c80
commit
e2c3e6656c
1 changed files with 3 additions and 3 deletions
|
@ -158,9 +158,6 @@ fullscreen = 0
|
|||
# (list) Java classes to add as activities to the manifest.
|
||||
#android.add_activites = com.example.ExampleActivity
|
||||
|
||||
# (str) python-for-android branch to use, defaults to master
|
||||
#p4a.branch = master
|
||||
|
||||
# (str) OUYA Console category. Should be one of GAME or APP
|
||||
# If you leave this blank, OUYA support will not be enabled
|
||||
#android.ouya.category = GAME
|
||||
|
@ -208,6 +205,9 @@ android.arch = armeabi-v7a
|
|||
# Python for android (p4a) specific
|
||||
#
|
||||
|
||||
# (str) python-for-android branch to use, defaults to master
|
||||
#p4a.branch = master
|
||||
|
||||
# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
|
||||
#p4a.source_dir =
|
||||
|
||||
|
|
Loading…
Reference in a new issue