We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8493d5e + 41b740e commit 03671e9Copy full SHA for 03671e9
1 file changed
pythonforandroid/bootstraps/common/build/build.py
@@ -483,7 +483,7 @@ def make_package(args):
483
join(res_dir, 'values/strings.xml'),
484
**render_args)
485
486
- if exists("custom_rules.tmpl.xml"):
+ if exists(join("templates", "custom_rules.tmpl.xml")):
487
render(
488
'custom_rules.tmpl.xml',
489
'custom_rules.xml',
0 commit comments