From 2adb7e157c0e4e380c6f7ef4a6b5fa8cb98d6f84 Mon Sep 17 00:00:00 2001 From: Brent Picasso Date: Fri, 12 Jul 2019 13:56:59 -0700 Subject: [PATCH] clarify overriding of config tokens --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ec6083b..cd6e5a0 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------------------