aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside-tools')
-rw-r--r--sources/pyside-tools/deploy_lib/android/buildozer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside-tools/deploy_lib/android/buildozer.py b/sources/pyside-tools/deploy_lib/android/buildozer.py
index 2eeb2d261..1465ea3f1 100644
--- a/sources/pyside-tools/deploy_lib/android/buildozer.py
+++ b/sources/pyside-tools/deploy_lib/android/buildozer.py
@@ -23,7 +23,7 @@ class BuildozerConfig(BaseConfig):
f"org.{pysidedeploy_config.title}")
include_exts = self.get_value("app", "source.include_exts")
- include_exts = f"{include_exts},qml"
+ include_exts = f"{include_exts},qml,js"
self.set_value("app", "source.include_exts", include_exts, raise_warning=False)
self.set_value("app", "requirements", "python3,shiboken6,PySide6")