clarify overriding of config tokens

This commit is contained in:
Brent Picasso 2019-07-12 13:56:59 -07:00
parent c4c632f7da
commit 2adb7e157c

View file

@ -190,6 +190,8 @@ config, along with the environment variables that would override them.
- ``package.name`` -> ``$APP_PACKAGE_NAME``
- ``p4a.source_dir`` -> ``$APP_P4A_SOURCE_DIR``
Note: config tokens must first be defined in `buildozer.spec` before they can be overridden.
Buildozer Virtual Machine
-------------------------