868 ) |
868 ) |
869 copyTree( |
869 copyTree( |
870 os.path.join(eric7SourceDir, "MicroPython", "Tools"), |
870 os.path.join(eric7SourceDir, "MicroPython", "Tools"), |
871 os.path.join(cfg["ericDir"], "MicroPython", "Tools"), |
871 os.path.join(cfg["ericDir"], "MicroPython", "Tools"), |
872 ["*.json"], |
872 ["*.json"], |
|
873 ) |
|
874 copyTree( |
|
875 os.path.join(eric7SourceDir, "MicroPython", "BluetoothDialogs", "data"), |
|
876 os.path.join(cfg["ericDir"], "MicroPython", "BluetoothDialogs", "data"), |
|
877 ["*.yaml"], |
873 ) |
878 ) |
874 copyTree( |
879 copyTree( |
875 os.path.join(eric7SourceDir, "UI", "data"), |
880 os.path.join(eric7SourceDir, "UI", "data"), |
876 os.path.join(cfg["ericDir"], "UI", "data"), |
881 os.path.join(cfg["ericDir"], "UI", "data"), |
877 ["*.css"], |
882 ["*.css"], |