Fix cookiecutter.pyproject
This commit is contained in:
parent
3b88f5e384
commit
7f64dd47f9
|
|
@ -11,7 +11,7 @@
|
|||
android:label="{{ cookiecutter.product_name }}"
|
||||
android:name="${applicationName}"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
{% for k, v in pyproject.tool.flet.android.manifest_application.items() %}
|
||||
{% for k, v in cookiecutter.pyproject.tool.flet.android.manifest_application.items() %}
|
||||
android:{{ k }}="{{ v }}"
|
||||
{% endfor %}
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
|
|
|
|||
Loading…
Reference in New Issue