scripts/install.py

branch
eric7
changeset 10090
8be7dd9460c5
parent 10084
125166c6b66c
child 10091
ac6edcfe7831
diff -r 5fe9bfafbc7c -r 8be7dd9460c5 scripts/install.py
--- a/scripts/install.py	Thu Jun 15 17:11:14 2023 +0200
+++ b/scripts/install.py	Thu Jun 15 19:13:51 2023 +0200
@@ -872,6 +872,11 @@
             ["*.json"],
         )
         copyTree(
+            os.path.join(eric7SourceDir, "MicroPython", "BluetoothDialogs", "data"),
+            os.path.join(cfg["ericDir"], "MicroPython", "BluetoothDialogs", "data"),
+            ["*.yaml"],
+        )
+        copyTree(
             os.path.join(eric7SourceDir, "UI", "data"),
             os.path.join(cfg["ericDir"], "UI", "data"),
             ["*.css"],

eric ide

mercurial